Hello,
I would like to learn how this filtering (image attached) was made and how to use it if the system has it already.
It is a good feature, known as AJAX dynamic multiple live filtering.
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 10 September 2015 - 00:35 AM
Hello,
I would like to learn how this filtering (image attached) was made and how to use it if the system has it already.
It is a good feature, known as AJAX dynamic multiple live filtering.
Posted 10 September 2015 - 05:39 AM
the theme is datatables.. and its a feature of datatable..
this is not ajax filter .. its data filter - data is pulled all for the table ... and then there is filter done on that..
I have not used it but its quite possible that Bootstrap may have that feature enabled ... to have the ajax driven filter like that.