I’ve used datatables.net for this page: https://FujifilmCDI.com/crime-search and added custom filtering, including JS range sliders. Can I build my own custom search functions in JS and have them act on a table created with this plugin?
I would like to move my current data source from csv files to a custom post type (CPT) so admins can manage via WordPress or other SQL interface.
Is there a way to add custom JavaScript for each individual table? Can I fire JS functions when users click on a row?
I’ve used datatables.net for this page: https://FujifilmCDI.com/crime-search and added custom filtering, including JS range sliders. Can I build my own custom search functions in JS and have them act on a table created with this plugin?
I would like to move my current data source from csv files to a custom post type (CPT) so admins can manage via WordPress or other SQL interface.
Is there a way to add custom JavaScript for each individual table? Can I fire JS functions when users click on a row?
Hi Patrick McCormick,
Thank you for the inquiry.
It seems that this page - https://fujifilmcdi.com/crime-search returns 404 Not Found. Can you please check?
"Is there a way to add custom JavaScript for each individual table? Can I fire JS functions when users click on a row?"
- I am not sure what exactly you are trying to achieve, but probably this would require some custom JS coding.
You can try our sandbox site: Front-end & Back-end - you can find a fully functional version there to try out all plugin features.