Is it possible to remove a column from the filter of the SearchBuilder ?

Is it possible to remove a column from the filter of the SearchBuilder ?

ioclaudioioclaudio Posts: 13Questions: 3Answers: 0

Hi,
I'm using the SearchBuilder in a table like this one.
Is it possible to remove a column from the filter of the SearchBuilder ?
For example, I wont the filter on the Name column, the first column of the table.

I've tried this:
{
searchable: false,
targets: 0
},
but doesn't work.

Thank you very much

claudio

Answers

Sign In or Register to comment.