DataTables individual column filtering (select menus) - show only dependent entries
DataTables individual column filtering (select menus) - show only dependent entries
alussc
Posts: 18Questions: 0Answers: 0
Hello,
is datatables providing a function so that it is possible to show only entries depending on what is chosen in another menu? Concrete example: I have a multi filter select menu as shown here http://www.datatables.net/release-datatables/examples/api/multi_filter_select.html and choose "PSP" as platform and then it should only display "PSP browser" in the browser select menu.
If this is not possible with the standard datatables setup - how would you solve this?
Regards, alussc
is datatables providing a function so that it is possible to show only entries depending on what is chosen in another menu? Concrete example: I have a multi filter select menu as shown here http://www.datatables.net/release-datatables/examples/api/multi_filter_select.html and choose "PSP" as platform and then it should only display "PSP browser" in the browser select menu.
If this is not possible with the standard datatables setup - how would you solve this?
Regards, alussc
This discussion has been closed.
Replies
It is a server-side processing: The data is provided by a MySQL-database, the ordering and formating is done by a PHP-script.
Allan
At the moment I'm a little unsure if it's really server-side processing. As I can see, the datatable ist filled by a MySQL-database, BUT the datatables-processing is done on client-side.
Thanx, alussc