Search
-
jquery: load("mydatatable_page.php") not working
by achlan ·$("#mydiv").load("mydatatable_page.php"); -
Suggested Code Addition for Variable Pagination Lengths
by jhilgeman ·Instead of hardcoded pagination lengths (I needed specific page length options), maybe this should become a variable? I modified the following code and it works pretty well: -
Sorting enabled when it should not
by mathie ·$(document).ready(function() { $("#myTable").dataTable({ -
Regarding reloading of dataTable
by Kedar ·oTable=$("#MyTable").dataTable( -
Using POST on new loaded page
by Selles ·oTable = $("#myTable").dataTable({ -
Click event only fire on first page...
by mylok ·$("#mytable>tr").each(function() { -
changing the maximum pagination length
by gniquil ·$('#my_table').dataTable({ -
Filter Range, but how do i make it ignore pound symbols etc
by benjash ·var oTable = $('#mytablex').dataTable({ -
Filter using an Select / Option dropdown
by benjash ·[code] oTable = $('#mytablex').dataTable( { [/code] -
Filter using an Select / Option dropdown
by benjash ·$('#mytablex').dataTable( { -
Customising the way the filter works
by Tom Clark ·$("#my_search_bar").keyup(function() { -
post input checks into collection
by fpachon ·I have many views in which I apply $("#mytable").dataTable() to my HTML tables without problems. However I have a problem in a view. I want to post the values of a group of inputs (checks bo -
data table with asp and xsl
by rhafiko ·$('#myTableID').dataTable({ -
multiple table works in FF and not in IE6
by bilbodigi ·oTable = $('#myTable').dataTable({ -
fnAddData and Add class
by bilbodigi ·oTable = $('#myTable').dataTable({ -
Showing/Hidding Columns After Initial Render
by thisissean ·Hiding columns? The following code works for me. (It hides the second column of the table #mytable) -
Load new data via Ajax
by btaylordesign ·I failed to see where you were assigning the object as the result of binding the table via: $('#my_table').dataTable(); -
Load new data via Ajax
by btaylordesign ·$('#my_table').dataTable(...{function(nRow, aData, iDisplayIndex){$('td:eq(1)', nRow).html('foo');}...); -
jEditTable Post to Server
by go4d1 ·$('#myexample').dataTable();