Search
-
How to hide empty header and footer?
by allan ·The easiest option is to simply not have them created. You can do this by setting the sDom parameter: http://datatables.net/usage/options#sDom -
Feature Request: Customized ID items around table
by allan ·it should do it CSS selector style <"#someID.someClass">. -
Feature Request: Customized ID items around table
by sd_zuo ·The syntax maybe sDOM = '<"#someClass">', using a "#" sign to indicate that. -
Adding to print: dynamically set information set outside the table
by cwelrod ·$('#snapshot_table').html( '' ); -
Changing column type on the fly?
by skipchris ·I've got a fairly complex table, which I'm sorting using an external #SELECT element rather than column header clicks. Depending on what option is picked in the SELECT, I want a given column in the ta -
table height when filtered or for last page
by allan ·You could use sDom ( http://datatables.net/usage/options#sDom ) to put a div around the table and then just apply a CSS height to the div. -
fnDrawCallback not executing function
by pspence ·var oTable = $('#staff').dataTable({ -
ignore word from column sort
by allan ·You'll need to set the sType for the column to "no-the": http://datatables.net/usage/columns#sType -
disable Search Filter Text box
by allan ·You can remove the filtering input element using sDom: http://datatables.net/usage/options#sDom -
Column definition via JSON array (ajax)
by WhatEver ·var oTable = $('#sp_table').dataTable( { -
Sorting integers
by allan ·Yes you can set the 'sType' to "numeric": http://datatables.net/usage/columns#sType -
Removing top/bottom toolbar divs?
by allan ·Yes indeed, you can use sDom: http://datatables.net/usage/options#sDom -
API for toolbar
by allan ·I see what you mean - yes this is possible. You can use sDom ( http://datatables.net/usage/options#sDom ) to modify the DOM controlled by DataTables. -
Issue using Column level filter with x and y Scrolls
by allan ·3. Rather than using style="width:150%", try using sScrollXInner: "150%" - http://datatables.net/usage/options#sScrollXInner . DataTables isn't using FixedHeader internally - it's -
record count with server side processing
by neburton ·searchTable = $('#searchtable').dataTable({ -
Possible to initialialise table based on user's click on previous page?
by cdaigle ·oTable = $('#schedule').dataTable({ -
Possible to initialialise table based on user's click on previous page?
by austintnacious ·oTable = $('#schedule').dataTable(); -
editing row with jqeditable
by klox ·$("#show").click(function(event){ -
Pagination Sorting as well as Filtering issue
by allan ·Documentation: http://datatables.net/usage/options#sDom -
DataTables 1.7 beta 4 released
by allan ·displayLength = $("#stakeholders_length option:selected").text()