Tag Archives: columns

jQuery DataTables with Lots of Columns Crashes in IE

If you are using the brilliant jQuery DataTables plugin to present your data in nifty dynamic tables, and are using it in a server-side loading context, you have no doubt encountered the issue when a table with a lot of columns (more than 20) fails to load (in other words stays in “processing” mode) when browsing using Internet Explorer (IE). Continue reading

Posted in jQuery | Tagged , , , , , , | View Comments

How to Disable Sorting on a Column in jQuery Datatables Plugin

Today’s quick tip is on how to disable sorting on specific columns, in the event when it simply doesn’t make sense for a user to be able to sort by that particular column in your table. Continue reading

Posted in Technology & Code, Tutorials | Tagged , , , | View Comments