Search
10707 results 7381-7390
Forum
- 6th Nov 2009Empty Table adding a Row: Column Width=0set bAutoWidth:false in the initialisation object. There currently is
- 2nd Nov 2009undefined error when trying to do simple server side load??is that you are initialising DataTables on a non-table
- 31st Oct 2009Suggested Code Addition for Variable Pagination Lengthsuse the iDisplayLength ( http://datatables.net/usage/options#iDisplayLength ) initialisation property to set the
- 29th Oct 2009Adding table row data dependant of the server side returndefined in the aoColumns initialisation object, and seven returned
- 28th Oct 2009Sorting enabled when it should notHi borisav, No, that's not the case. You can disable the auto sort that DataTables performs on initialisation by setting the aaSorting parameter to being an empty array, eg: [code] $(document).ready( function() { $('#example').dataTable( { "aaSorting": [] } ); } ); [/code] Regards, Allan
- 27th Oct 2009Style td on update?have started the DataTables initialisation). Regards, Allan
- 27th Oct 2009Adding a new row with server-sided datajust loading the data initially from the server, but
- 26th Oct 2009Server-side using Perl, HTML in JSON...Yup - DataTables will ignore initialisation parameters it does not
- 26th Oct 2009"No matching records found" is premature?a custom string at initialisation time to state that
- 23rd Oct 2009Column formatting with ultra-thin columnsto false during your initialisation: http://datatables.net/usage/features#bAutoWidth and setting your