Search
-
Submit table values to database
by andyH ·$('#example tbody td').editable( '../examples_support/editable_ajax.php', { -
TableTools with serverside processing
by josys64 ·[code]jQuery('#example').dataTable( { -
fixed header not working on IE 8
by santiagozky ·oTable=$('#example').dataTable( ); -
reset filter
by santiagozky ·var elDiv=$("#example_filter > input"); -
Json serialization or custom routine in c#
by kjm ·oTable = $('#example').dataTable( -
undefined error when trying to do simple server side load??
by kjm ·$('#example').dataTable({ -
undefined error when trying to do simple server side load??
by allan ·first thing to try is to initialise it on the '#example' element that you are adding to the DOM. -
Sorting enabled when it should not
by allan ·$('#example').dataTable( { -
Couple Questions - JSON and sAjaxSource
by jbad ·$('#example').dataTable({ -
Mixture of ServerSide Processing
by allan ·$('#example').dataTable( { -
"No matching records found" is premature?
by allan ·$('#example').dataTable( { -
Custom Header Information
by allan ·$('#example').dataTable( { -
Catch id row to edit some column
by coltyr ·[code]$('#example tbody tr td:nth-child(2)').editable('../funcionalidades/core_content/content.table.php',{ -
Individual column filtering example
by jimv ·oTable = $('#example').dataTable( { -
fnFooterCallback with bJQueryUI
by asa ·[code] oTable= $('#example').dataTable( { -
how do I post form value to dynamically chage the data
by brightson ·$('#example').dataTable( { -
theme and fnGetSelected
by asa ·$("#example tbody").click(function(event) { -
How to search selected colums only?
by netman ·$('#example').dataTable( { -
Access new page when row is clicked...
by shimy1984 ·$('#example').dataTable( { -
fixed height for table body
by allan ·We're getting there... :-). In order to keep the header and footer where they are, you would need to apply a height to the tbody element (#example tbody { height: 600px; }, for example) - but I honest