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 MNithin N M Posts: 6Questions: 4Answers: 0
  1. Need to populate dynamic value in search builder
  2. 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

  • kthorngrenkthorngren Posts: 21,299Questions: 26Answers: 4,945
    Answer ✓

    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

  • allanallan Posts: 63,451Questions: 1Answers: 10,465 Site admin

    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

  • Nithin N MNithin N M Posts: 6Questions: 4Answers: 0

    @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

Sign In or Register to comment.