Help with misc Datatables Examples (Row Callback and Column Filtering Select Menu)and combining them
Help with misc Datatables Examples (Row Callback and Column Filtering Select Menu)and combining them
Frankbot1298
Posts: 2Questions: 0Answers: 0
Hello, I am not sure if this is the correct forum to ask for help.
My example is http://sakabot.com/DataTables/soda.html
Similar to this example with Row Callback, http://datatables.net/release-datatables/examples/advanced_init/row_callback.html ,
I want to do something similar except I would like to make it so it would Bold the Diet Sodas, so essentially any entry with the "(Diet)" string attached to it:
If possible, I would like for it to highlight the rows that contain the "(Diet)" string as well.
In addition, this example with Column Filtering, http://datatables.net/release-datatables/examples/api/multi_filter_select.html , I would like to make it so the Column Filter option menu is expanded from the start, so users would simply click their filter instead of clicking the menu, then clicking their filter.
Finally, I would like to combine the two examples into a single Table.
Your help is greatly appreciated.
My example is http://sakabot.com/DataTables/soda.html
Similar to this example with Row Callback, http://datatables.net/release-datatables/examples/advanced_init/row_callback.html ,
I want to do something similar except I would like to make it so it would Bold the Diet Sodas, so essentially any entry with the "(Diet)" string attached to it:
If possible, I would like for it to highlight the rows that contain the "(Diet)" string as well.
In addition, this example with Column Filtering, http://datatables.net/release-datatables/examples/api/multi_filter_select.html , I would like to make it so the Column Filter option menu is expanded from the start, so users would simply click their filter instead of clicking the menu, then clicking their filter.
Finally, I would like to combine the two examples into a single Table.
Your help is greatly appreciated.
This discussion has been closed.