Search
11152 results 9051-9060
Forum
- 24th Jan 2013Obtain number pageentirely determined by the sorting applied to the table.
- 23rd Jan 2013Submit on blur unfocusses the next fieldactually doing client side sorting and triggering of events
- 18th Jan 2013Get selected row data with EDITORyou obviously must disable sorting if you haven't already.
- 15th Jan 2013Multiple issues with paginationIt would do, since with server-side processing enabled, sorting is done at the server... :-)
- 15th Jan 2013Bug in the Alt string plugintext into account for sorting the column else value
- 11th Jan 2013How to manage datatable with a table with 100 000 linesdata" returned from server. Sorting! Ok, so datatables are
- 10th Jan 2013Requested unknown parameter '0' from the data source for row 0" error...Good to hear you got it sorted. For anyone else with this issue, please see: http://datatables.net/faqs#unknown_parameter Allan
- 7th Jan 2013alternate coloring of rowsHi, there is class element .sorting_1 for first (or sorting) column. [code] table.dataTable tr.odd .sorting_1 { background-color: #E2E4FF; } table.dataTable tr.even .sorting_1 { background-color: white; } [/code] zmt -
- 2nd Jan 2013The Dreaded 18 Column Tabledates and having the sorts on the status, go
- 2nd Jan 2013Totalling number columns including commas (e.g. 1,234.56)Its not a display plug-in - its a sorting plug-in. So it effects the sorting, not the display. If you want to actually add number formatted you'd do so using an mRender function. Allan