Search
43928 results 24211-24220
Forum
- 31st May 2011server-side + columnfilter + col widthgo back through the table thead and the scroll
- 30th May 2011Using DataTables in jQuery.Dialog() doesn't workhandler to destroy the table... [code] $( ".dialog" ).bind( "dialogclose",
- 30th May 2011fnDrawCallback on the flyZend_Json encoder function [code] $table = Admin_Api_Core::getInstance()->ajaxTableDisplay(array( 'id' => 'listforum', 'columns'
- 28th May 2011sScrollY creates duplicate thead/trbrowsers/w3c to offer dynamic table elements.
- 28th May 2011Open a jQuery.Dialog() in DataTables - not workingit works - on every table "page" The Html-Code is
- 27th May 2011DataTable gradually shrinking after each submit: 1.8 b4Nevermind. Fixed. CSS error on my part. Had a border around the entire table. Oops.
- 27th May 2011DataTables 1.8 beta 3 now availableany message when the table is loading. Allan
- 27th May 2011aaData and deep property readingerror when running the table though - you've got bProcessing:true,
- 27th May 2011Getting GET values from fnServerDataaoData, fnCallback ) { aoData.push( {"name": "table", "value": $(document).getUrlParam("table") }); $.getJSON( sSource,
- 27th May 2011How do I reload DataTables with new JSON data?Given the way you've implemented it, there are two options: Destroy the table and initialise it again Call the API method fnClearTable and then fnAddData to add you new data (I'd say this one is preferable). Allan