Unfortunately it seems that in order to use a FilterBuilder on ListGrid, you are required to tie the grid to a datasource. What if I have already loaded data into my grid via setData(...) and just want to filter the content rather than issue a new call to the datasource? I tried to look into subclass ListGrid but is unable to find a isVisible(Record ...) or render(Record ...) or similar cthat I can override.
Any suggestions?
Any suggestions?
Comment