Search
-
mvc3 and dataTables basic Instillation
by miko5054 ·$('#MainTable').dataTable({ -
Deselect all (select_none) doesn't affect selected events with "sRowSelect": "multi"
by daeavelwyn ·$('#MainTableResult').dataTable -
fnDraw forgetting clickable icon state...
by nickschurch ·"sDom": '<"#showRows"l><"#searchBox"f><"#mainTable"rt><"#tableInfo"i><"#tablePagin -
Comparing two table values
by Omnimike ·var mainTable = $('#mainTableId').dataTable(); -
Best method for changing columns headers into dropdown and calendar fields
by nabab ·var tabH = $("#mainTable").height(); -
Column Header Position off when using sScrollX
by kevin15k ·$('#mainTable').dataTable( { -
non-database field (server side)
by BigFish ·$('#mainTable').dataTable( { -
DataTables reset
by danielcambur ·dTable = $('#maintable').dataTable() ; -
fnClose not working
by dokeeffe ·$('#mainTable tbody tr').live( 'click', function () { -
Column widths
by peterkronenberg ·code, I was a little more specific, using table#mainTable. I could certainly see other people using other classes or other selectors. But if 'table' is not used, then the temporary table will not t -
Fixed Width Table and dataTables_wrapper!! Help!
by peterkronenberg ·Not sure if this will help what you're trying to accomplish, but I wrap my own div (#mainDiv) around the table (#mainTable) and did something like this: -
Resizing columns when modifying data
by peterkronenberg ·#mainTable tbody tr td.editButtons { -
Loading new table in IE
by allan ·Could you console.log the alert that you've got commented out with the options stringified? Also console.log( $('#mainTable').html() ) as well please? -
Can we show only First, Previous, Next and Last buttons and not the number of pages in Pagination
by allan ·$('#mainTable').dataTable(); -
Can we show only First, Previous, Next and Last buttons and not the number of pages in Pagination
by peterkronenberg ·$('#mainTable').dataTable(options); -
Pagination doesn't work with server-side processing
by yuval ·$('#maintable').dataTable({