hi there. I found this: DataTables Filter Select<http://datatables.net/release-datatables/examples/api/multi_filter_select.html>
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?? thanks

