Searchpane filter on column not displayed in DataTable.
Searchpane filter on column not displayed in DataTable.
jmbishop
Posts: 4Questions: 2Answers: 0
Is there a way to have a filter in the Searchpane that isn't displayed in a column in the DataTable?
Thanks,
J Bishop
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @jmbishop ,
Yep, this example shows how you can put those searchPanes into any container,
Cheers,
Colin
Actually what I'm trying to do is filter on a database field that doesn't get rendered in the datatable. For example if my datatable displays ItemNo., ItemName, and Price but I would like to use the Searchpane tool to filter on a different database field not displayed in a column in the datatable. For example, colour or brand.
Thx,
J
Hi @jmbishop ,
Yep, you can just specify which column to include - it doesn't have to be visible - see here.
Cheers,
Colin