From b3f5ddaf96a8bda5b10590d9481225d45960ba36 Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Wed, 11 May 2011 08:53:33 +0100 Subject: [PATCH] Fix: When calculating the column widths, we should get the data to display, otherwise a null element (particularly when using a null mDataProp) can cause issues with columns being skipped (due to the null return) --- media/js/jquery.dataTables.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 74803d08..335b48e3 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -5686,7 +5686,7 @@ for ( var i=0 ; i iMax ) { iMax = s.length;