Search
8346 results 4711-4720
Forum
- 30th Jul 2010Pagination doesn't work with server-side processingmade, so your php script need to address all
- 28th Jul 2010DataTables 1.7 beta 4 releasedI get a Unresponsive Script warning. I have two
- 28th Jul 2010Basic JSON sorting problemmy new server-side PHP scripts I've actually now done
- 26th Jul 2010Filtering disabled for Hidden Columns with Individual Column FilteringThanks for the hint Allan! Now column visibility + column filtering are working together well :) The lines i used in my script were: [code] jQuery('tfoot input').keyup(function () { var realIndex = oTable.oApi._fnVisibleToColumnIndex( oTable.fnSettings(), jQuery('tfoot input').index(this)); myTable.fnFilter(this.value, realIndex); }); [/code] Thanks again!
- 19th Jul 2010Installation problem with datatables server side processing and wordpress 3.0Hi Allan, Replaced the old script with the new one from your link. The data is now loaded into the table! :) But why the table is not styled as yours? Also sorting etc. does not work. http://img841.imageshack.us/img841/7240/bildschirmfoto20100719us.png
- 16th Jul 2010DataTables 1.7 beta 5 releasedto any custom mail script. I removed some site-specific
- 25th Jun 2010Record Export Size Limitation - solution?Test Table - Excel < script type="text/javascript"> var oTable; $(document).ready(function(){
- 23rd Jun 2010Can I use jquery and data tables with jstl ???Hi, I've just tried "WEB-INF/js/jquery-dataTables.js" and the absolute url : "http://localhost:8080/AplicacionMarco_NEW/WEB-INF/js/jquery-dataTables.js" and the browser didn't find anyone of them, I've already put "type="text/javascript""on the script tags. Thanks, any idea left ????
- 15th Jun 2010Plans for DataTables v1.7 and beyondwere using a PHP script on a quick glance
- 10th Jun 2010Problems with POST Server Side JSON outputchecked the server side script and found it at