[web2py] Re: DataTables Help needed

2012-04-10 Thread greenpoise
With that much of data to load, your best bet would be AJAX. dataTables plugin provides for loading data with server-side ajax function. Nice to know. Did not know that. That just puts a roadblock on what I want to accomplish. I will search for Ajax though. Thanks You may visit their

[web2py] Re: DataTables Help needed

2012-04-06 Thread Vineet
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. You

[web2py] Re: DataTables Help needed

2012-04-05 Thread greenpoise
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?? Thanks for the help... On Wednesday, 4 April 2012 13:24:35 UTC-7, Anthony wrote: Could be an issue with DataTables -- you might consider

[web2py] Re: DataTables Help needed

2012-04-04 Thread Anthony
Could be an issue with DataTables -- you might consider asking on their user forum. Anthony On Wednesday, April 4, 2012 12:50:33 PM UTC-4, greenpoise wrote: Anthony, I first get an error. Then the select dropdown picks the values with some additional characters and when I make a

[web2py] Re: DataTables Help needed

2012-04-03 Thread Anthony
DataTables Filter Selecthttp://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