Search
-
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); -
FixedHeader initializes in upper left
by allan ·$('#mainDiv').hide(); -
How to get the oTable DataTable object from the table's ID?
by allan ·$('#Main').bind('resize', function () -
How to get the oTable DataTable object from the table's ID?
by MikeS ·$('#Main').bind('resize', function () -
Expanding Table Display with drop down, rows lack jquery handlers
by robodude ·var oTable = $('#MainContent_GridViewMain').dataTable({ -
Table Width
by jwmonteith ·#main_table_area { -
Table Width
by jwmonteith ·#main_table_area { -
Undefined function dataTables() on simplest possible usage
by cdaigle ·For the most part though, as long as you have a table predefined with the id '#main' you should be alright. -
Undefined function dataTables() on simplest possible usage
by bimargulies ·$('#main').dataTable(); -
Pagination doesn't work with server-side processing
by yuval ·$('#maintable').dataTable({ -
Browser functionality with ajax-driven datatables
by pinetree.rg ·$("#mainDiv").html(data); //get the table on the page -
Reading properties
by neburton ·$("#maintabs").tabs( -
FixedHeader and jQuery UI Tabs
by SyahJordan ·var mainTabs = $("#MainTabs").tabs({ -
Hide/show column dynamic
by fernandogferreira ·oTable = $('#main').dataTable({ -
Hide/show column dynamic
by fernandogferreira ·oTable = $('#main').dataTable({ -
Form, Checkbox, and MySQL
by allan ·$("#main").submit( function() {