Search
-
DataTables 1.7 beta 4 released
by kevinliu ·dataTable = $('#stakeholders').dataTable(); -
DataTables 1.7 beta 4 released
by kevinliu ·if ($("#stakeholders")) { -
Customizing table structure with theming
by allan ·http://datatables.net/usage/options#sDom -
Using aoData to push extra things to a php file
by shameless ·aoData.push( { "name": "where_select_box", "value": $("#select_box option:selected").val() } ); -
"g.toLowerCase" when adding table data as int
by conryf ·$("#studentTable").dataTable( { -
Image click not generating row data
by met00 ·var data = {'qid' : $(this).attr('id') , 'sla': $("#sla").val() }; -
How to change page lenght dropdown to links?
by Swan ·http://www.travellerspoint.com/guide/London/#Sleep -
search data inside data table after click button
by klox ·$("#showdata").click(function(event){ -
Image click not generating row data
by met00 ·var data = {'qid' : $(this).attr('id') , 'sla': $("#sla").val() }; // data to be sent back to ajax that loads the modal -
fnSortListener Bug?
by allan ·jQuery: Yes - it's an array object with many methods and properties attached to it. Do console.dir( $('#some_id') ); in Firebug to see it. -
Datatables within the ajax content
by olegas ·url: "<?php echo $this->config->item('base_url');?>index.php/admin/user_stats_view/" + id + "/" + $("#statsFrom").val() + "/" + $(& -
sType documentation is misleading
by allan ·Very good point - thank you for your post :-). I've just changed the example to use 'html' which is built-in, and also added a link to the plug-ins page: http://datatables.net/usage/columns#sType -
Problem while changing html table property align="left", It affects the search and pagination
by amitmehta ·Functional Group -
Sorting a column resets my custom filter
by allan ·The way to keep filtering enabled, is leave bFilter in its default state, and simply remove the display of the filter box from sDom: http://datatables.net/usage/options#sDom -
reloading all data with Ajax and redraw the table
by dedeisep ·$('#searchDialog').dialog({autoOpen : false, width : 500, 'title' : "search results"}) -
Disabling Pagination Navigation When Returning Only One Page of Results
by myqalan ·[code]$('#student').dataTable( { -
1.7 beta2 bug only on IE7/8
by badwolf77 ·oTable = $('#sample').dataTable( -
1:1 Filtering - select combo box' value == DataTable field value?
by douglas ·[code]$('#status').change( function( oSettings, aData, iDataIndex ) { -
1:1 Filtering - select combo box' value == DataTable field value?
by douglas ·$('#status').change(function() { -
Search not searching correctly
by madrussa ·More code that I couldn't fit in