ColumnFilterWidgets: Default-values for dropdowns, positioning of search-box
ColumnFilterWidgets: Default-values for dropdowns, positioning of search-box
mibaas
Posts: 19Questions: 0Answers: 0
Hi,
I love that combo and it enables me to easily produce powerful UIs - thanks a lot! :-)
Now, one user asked me to position Datatables search-box (currently right above the table) on the left hand side of that row - and the dropdowns from the CFW to their right. Is that possible at all?
AND: is there any way to assign default-values to the filters? I thought it should be possible to do some JS to select these values during onLoad-processing, but then these controls do not even have IDs and I have no idea how to assign IDs to these, so what can I do???
Thanks
Michael
I love that combo and it enables me to easily produce powerful UIs - thanks a lot! :-)
Now, one user asked me to position Datatables search-box (currently right above the table) on the left hand side of that row - and the dropdowns from the CFW to their right. Is that possible at all?
AND: is there any way to assign default-values to the filters? I thought it should be possible to do some JS to select these values during onLoad-processing, but then these controls do not even have IDs and I have no idea how to assign IDs to these, so what can I do???
Thanks
Michael
This discussion has been closed.
Replies
http://yadcf-showcase.appspot.com/multiple_tables.html also you can take a closer looks at the docs.
Update: since 0.6.9 version there is a multiple selection filter: http://yadcf-showcase.appspot.com/DOM_source_chosen.html (this one also uses the Chosen plugin)