Search
-
How to deal with '.live' when data is added/deleted ?
by southof40 ·$('#spanHDNAAAID input').val(AAAId); -
Other jquery plugin working only on the first page
by allan ·This thread is from February so you might not get a reply from djoh, but have a look at this FAQ: http://datatables.net/faqs#ss_events - also the fnDrawCallback in the script above is the solution tha -
table width grows with button that calls fnDraw()
by JCii ·jqrfyWSignin($("#signinTable"), { -
Getting the checked check box row values
by ganapathy_paulraj ·$wnd.jQuery("#submitAdminForm").click( function() { -
Submitting forms with fields on hidden pages
by ganapathy_paulraj ·$wnd.jQuery("#submitAdminForm").click( function() { -
show / hide details
by allan ·Try using live events: http://datatables.net/faqs#ss_events -
using sAjaxSource with "bServerSide": true
by qwert_ukg ·$('#search').focus().select(); -
Filtering with First Letter
by Sonic ·var oTable = $('#schoollist').dataTable( { -
Change style of each column
by fbas ·http://www.datatables.net/ref#sClass -
Facing problem with pagination...
by jharohan ·$('#searchTable').dataTable( { -
Scroll to bottom with Fixed Columns
by redsfanman ·oTable = $('#stb').dataTable( { -
Footer sum: visualizing only the coloumn i want to visualize
by allan ·If you can reorder the columns (using ColReorder?) you need to know which column you are going to sum - this could be done with sName for example ( http://datatables.net/ref#sName ) - you would need t -
define height for dataTables_scrollBody
by allan ·The sScrollY property is the one which sets that ( http://datatables.net/ref#sScrollY ). If you want something other than 200px, just change that value. -
Unable to load JSON data
by allan ·http://www.datatables.net/usage/columns#mDataProp and http://www.datatables.net/usage/columns#sName perform different operations. "sName" is useful for naming columns, but it does not consum -
How to call a PHP function via onClick.
by dinobernal ·var oTable = jQuery('#syslog-list').dataTable({ -
DataTables warning ... Requested unknown parameter
by smader12 ·oTable = jQuery("#SourcingForm\\:parts").dataTable({ -
How to Manipulate the Search Field
by fbas ·http://www.datatables.net/ref#sDom -
Server-side processing
by allan ·For column,s what you probably want is sClass in that case: http://datatables.net/ref#sClass . That will apply that class to all the target columns. -
De-duplicating table redraws
by JCii ·if ($('#signin_visible').val() == 'true') { -
only partial JUI theming
by gloosemo ·#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }