Is it possible to populate value in searach builder without drawing column for datatable??
Is it possible to populate value in searach builder without drawing column for datatable??
Nithin N M
Posts: 6Questions: 4Answers: 0
- Need to populate dynamic value in search builder
- I need to populate value without drawing columns in table because we are hiding table with** columns().visible(false)** property
This question has an accepted answers - jump to answer
Answers
As long as the column exists you can use it with SearchBuilder. Even if its hidden. Here is an example:
https://live.datatables.net/vejasawo/1/edit
You can search the hidden column
Position
.Kevin
There is no API to set the conditions dynamically at this time I'm sorry to say. That is something that needs to be added. It can be done in the initialisation options as discussed in your other thread but not after initialisation.
Allan
@kthorngren I won't draw any rows in table. without row (data) in table can I populate data from json in searchBuilder values drop down