-
Adding filters to LiveGrid?
Adding filters to LiveGrid?
Hi,
I am using LiveGrid(http://www.sencha.com/examples/#ExamplePlace:livegrid). i want to add filters(http://www.sencha.com/examples/#ExamplePlace:filtergrid). i have added below few lines but data is not filtered. Am i missing any thing here?
GridFilters filters = new GridFilters();
filters.setLocal(true);
StringFilter nameFilter = new StringFilter("column name");
filters.addFilter(nameFilter);
filters.init(liveGrid);
liveGrid.addPlugin(filters);
Thanks!
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us