Search
-
Server Processing with Coldfusion
by radicalease ·#trim(sWhere)# -
Warning - added data does not match known number of columns
by atc ·$('#tab1foot'+i).text(colHeader); -
table heads not showing
by goodguycannon ·oTable = $('#test').dataTable({ -
Need help on server ajax
by allan ·Sorry about that - my finger much have hit the brace key when I hit return... That wasn't meant to be there, and I've removed it now. The key thing was that your string quoted string for '#test' doesn -
Need help on server ajax
by allan ·$('#test).dataTable({ -
Need help on server ajax
by goodguycannon ·$('#test).dataTable({ -
Two datatables on the page
by vucetica ·oTable = $('#table1').dataTable({ -
Dropdown Filter
by allan ·oTable = $('#table_containing_my_data').dataTable(); -
Dropdown Filter
by Chalis ·$('#table_containing_my_data').dataTable(); -
jeditable on just one column
by Luda Ameba ·It is possible, if you are useing editable.html from download section, for example just replace "#tableid tbody td" with '#example tr :first-child' as result of that only the first column wi -
jeditable on just one column
by Miles ·I was wondering if it's possible to apply the jeditable functionality to just one column of the table, however to do so you'd have to assign a unquie identifier, as "#tableid tbody td" obvio -
DataTables 1.5.0 released!
by johnny2002 ·$('#tablesorter1').dataTable({"aoColumns": [{ "bSortable": false }, null, null, null, null, null, null]}); -
Pagination works strange..
by yankoff ·$("#table").dataTable( { -
Multiple _length, _filter and _info div with serevr-side refresh
by nico_nico ·tableDetailCA = _$('#tableDetailCAUpdatePeriode').dataTable({ -
Ajax Reload
by Peter ·var jqRows = $('#table_results tbody tr'); -
Ajax Reload
by allan ·var nTrs = $('#table_results tbody tr'); -
Handling custom sorting in a dynamically generated table (variable column count)
by allan ·There most certainly is a way to do this - it's DataTables type detection plug-in :-) Have a look at this page: http://datatables.net/plug-ins#type - there is even a plug-in which should do the trick -
Ajax Reload
by allan ·$('#table_results tbody')[0].appendChild( nRow ); -
Ajax Reload
by Peter ·var nTrs = $('#table_results tbody tr'); -
Newbie! Need some basic advice to start. Currently using MSSQL-PHP-APACHE2
by flies ·$('#table_id').dataTable();