Jquery multiple column filters with select type

Jquery multiple column filters with select type

dineshckdineshck Posts: 3Questions: 1Answers: 0

Hey, I am using jquery.dataTables.columnFilter.js to filter datatable. I have a table details of cars. It has 3 select filters.

First one 'brand', second one 'type', third one ' Fuel' . Filtering working perfectly.
I want that to be like when you choose a brand, it will automatically update the type filter with the list of available types for the selected brand, and same thing for the list of available fuel.

Please help

Replies

This discussion has been closed.