Search
-
showing the paging controls at the top and bottom of the datatable
by brianbolton ·oTable = $('#bulletinGridSimple').dataTable( { -
DataTables - Number and Date Formats
by allan ·Secondly, regarding the sorting, you could set the bUseRendered ( http://datatables.net/usage#bUseRendered ) parameter to false for this column such that DataTables will use the original data for sort -
fnRender overwrites the original value
by allan ·You can actually do more or less what you suggest already by making use of the bUseRendered property ( http://datatables.net/usage#bUseRendered ). If you set this to false (it is default true) for you -
1.4.3 released
by allan ·New (back ported from 1.5.0 beta 4): Added option for using original data for sorting and filtering (when using fnRender) - bUseRendered ( http://datatables.net/usage#bUseRendered )