Search
-
A button that "refreshes" the data in the Table - using Server-Side
by allan ·$('#button').click( function () { -
How to use dataTable with server processing data
by yam1234 ·$("#ButtonA").click = function(){ -
filter many columns on button click
by krongob ·$("#ButtonFilter").click(function() { -
How to Manually recall the "fnFooterCallback" function
by skymood ·$('#buttonId').click(function(){ -
FixedHeader ie8 ie7 warning
by d3l3p ·var oTable = $('#budgetTable').dataTable({ -
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 )