There is a method that allows me to return my stored data in ExtJS grid panel exactly the same, I load it using:
var data = [“value1”, “value2”]
Store.loadData(data); I want to have a user op
There is a method that allows me to return my stored data in ExtJS grid panel exactly the same, I load it using:
var data = [“value1”, “value2”]
Store.loadData(data); I want to have a user op