Search
-
Numeric searches
by allan ·$('#single_column_filter').keyup( function () { -
fnReloadAjax
by sifuhall ·$('#styles').dataTable( { -
Move search box
by allan ·It certainly is - have a look at the sDom parameter: http://datatables.net/usage#sDom - example: http://datatables.net/examples/example_dom.html -
multiple table works in FF and not in IE6
by allan ·type explicitly ( http://datatables.net/usage#sType ). Set it to date (assuming that Date.parse() will pick that date up?) or 'string'. If Date.parse() doesn't pick it up, you'll need to add a custom -
Click handler for link
by allan ·oTable = $('#search').dataTable( { -
Click handler for link
by tomjohnson ·Allen, by the way.. if you look at your code you posted on your line "sAjaxSource": 'json.php' you use no comma afterward. I tried your code and it still won't compile. My code does as it us -
Click handler for link
by tomjohnson ·Yeah, I just found the error myself after about 6 hours. If I use this.#search... Where should it go? I'm thinking that maybe in fnGetNodes() like fnGetNodes(this.#search).. Is this right Allen? -
Click handler for link
by allan ·oTable = $('#search').dataTable( { -
Click handler for link
by tomjohnson ·Does this mean that I must use tooltips to use the .click event? I was kind of hoping not to have to use the tips. In place of the .tooltip, maybe I can try #search. I don't know.. I'm just digging. : -
Click handler for link
by tomjohnson ·oTable = $('#search').dataTable( { -
Click handler for link
by tomjohnson ·$('#search').click(function(){ -
Click handler for link
by tomjohnson ·$('#search tbody tr').click( function() { -
add selectable radio button to search
by allan ·What you can do is make use of the fnFilter() API function ( http://datatables.net/api#fnFilter ). What to do is add an event handler to the radio buttons such that when they are clicked fnFilter() is -
Getting values from hidden column rows
by dmitrys ·var searchTable = $("#searchGrid").dataTable({ -
Is it possible to fix the table height?
by allan ·Documentation: http://datatables.net/usage#sDom -
Dynamicly changing table properties - post initialization
by allan ·Interesting one! What you could do for this is assign a custom sort function ( http://datatables.net/development#sorting ) for the column in question (use sType to make the column use that function: h -
Filtering all tables in a mulitple tables per page setup
by kristoffer ·$("#search").keyup( function () { -
fnAddData and Add class
by allan ·1. Use the column property sClass ( http://datatables.net/usage#sClass ) to assign a class to the columns you want to give a class to (which looks like all of them :-) ). -
Retrieve new dataset via select element
by Rob ·$('#select_box').change(function() { -
DataTables server-side processing with pipelining - Can you help me to understand ?
by anuelicon ·oTable = $('#std_table').dataTable(