Search
23528 results 11661-11670
Forum
- 23rd Jan 2011hiding sort order icon?There sure is - just remove the image references in the CSS, but the event will still remain. Another option is: [code] "aoColumnDefs": [ { "bSortable": false, "aTargets": [ "_all" ] } ] [/code] which will disallow sorting on all columns. Allan
- 20th Jan 2011PHP Server-Side example SQL query sort orderupper() around the sorting column's name. Allan
- 20th Jan 2011Problems sorting data with decimals in it?you actually have 6 columns in the table? To
- 20th Jan 2011Hide/Show table programmatically?This will allow the columns to be correctly sized.
- 18th Jan 2011fnDraw() after retrieving and appending html rows to an existing dataTableIt doesn't handle hidden columns, and (as a result?)
- 18th Jan 2011sAjaxSource should be called with similar aoData when bServerSide is false instead of trueThe most important ones are the columns.
- 18th Jan 2011[closed]Unexpected number of TD elements. Expected 25 and got 24"aoColumns" arguments number must be the same as columns in your table. There are 5 arguments you passed in "aoColumns" and 6 columns in your table.
- 18th Jan 2011How large the datatable can be?I think that problem is in your .php script. I tried DataTables with 10000 rows and 20 columns. Worked like a charm (~1s to generate table with PHP and 2-3s to get it sorted and displayed with DataTables).
- 17th Jan 2011bVis - Attaching Hover Event to hidden cellability to make hidden columns (which ColVis uses), then
- 17th Jan 2011jQuery UI "Progressbar" in columndo this with hidden columns somehow, but really the