DataTables Filter Select
I want to add it to my web2py application. If I add the code to a static .js file and call it from my view, it does not work. However, if I embed the code within the layout, it partially works. What is the proper way to do this?? how can I accomplish the script to grab the values from a table??
Actually, it was a typo on my part...I did get it to work but now, working on 23,500 records and it takes so long to process..is that jquery??
With that much of data to load, your best bet would be AJAX.
dataTables plugin provides for loading data with server-side ajax function.