Search
23433 results 11561-11570
Forum
- 26th Jan 2011Control over row rendering\paintingthe information in the columns into a single column
- 25th Jan 2011fnAddData, jeditable and keytableregular TR with same columns width, colors, zebra, etc...).
- 25th Jan 2011Redraw table is appending dataI'm not reinitiating the datatable. I'm doing in the way you said: [code] $("#mytable").dataTable().fnDraw(); [/code] May there be any problems because I have hidden columns?
- 23rd Jan 2011Two tables in a pageoLanguage": { "sSearch": "Search all columns:" } }); $("tfoot input").keyup( function () { /* Filter
- 23rd Jan 2011Server Side Processing and Column RenderingfnRender to render the columns you want (take the
- 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?)