Replace Column filter containers by Form
Replace Column filter containers by Form
Hi everybody,
I would like know if it's possible to change column.filter by a customized form.
Indeed, I have some difficulties to change the style of the column filter containers I've added because of their dependency with the column of my table.
Here is the different needs I have for my column filters containers:
- their position : I've some trouble to change the position of the containers
- Label : I would like add some labels right previous to the filter containers (as legend)
-Daterange container : The "from [ ]" is placed on top of the "to [ ]" - is there anyway to put it inline ?
Do anybody have an idea to resolve this matter ?
This question has an accepted answers - jump to answer
Answers
you can use my yadcf plugin for that, see showcase sample (using the externally_triggered: true , you also can make the filters to respond while entering data / type in text by placing them in your form thanks to the filter_container_id or filter_container_selector see showcase sample - third column
Thanks Daniel that's perfect !
Also, what are the minimum initialisations for using this plugin please ?