Conversation
Using the datatables API, added a dropdown to be able to select a specific value in each column. Useful for getting data for a certain car or track without having to flick through table https://www.datatables.net/examples/api/multi_filter_select.html
|
Hey! |
Can change line 97 to column.footer if wanted filter at the bottom
|
Hey, Only issue would be if someone selects a track, then a car that doesn't have any times for that track. The table would be empty. On line 97 you can change |
Using the datatables API, added a dropdown to be able to select a specific value in each column.
Useful for getting data for a certain car or track without having to flick through table
https://www.datatables.net/examples/api/multi_filter_select.html