Thread Starter
Rioxs
(@rioxs)
Ok. Where can I get the ID (#example) and I suppose turning in “true” will work
“bFilter”: false TO “bFilter”: true
Thread Starter
Rioxs
(@rioxs)
Excellent Meitar thanks for your response. One last thing, that filter (text field) accept multiple columns or only one?
Thread Starter
Rioxs
(@rioxs)
I mean for the printed data. The option Show/Hide Columns, hide the complete column, what I was trying to say is filter the column not hide… for example:
Column A Column B
Name 1 Brazil
Name 2 Brazil
Name 3 USA
Name 4 Brazil
In this case, filtering the Column B by the keyword “Brazil”, the results will show in the webpage as:
Column A Column B
Name 1 Brazil
Name 2 Brazil
Name 4 Brazil
Without the Name3 which has USA.
Is it possible?