Search
-
Multiple Tables and AJAX source (table identification)
by manoharsolanki123 ·$('#showDepFunding').dataTable({ -
Forcing Table Rebuild w/fnDestroy & fnClearTable
by jwap ·$("#searchbutton1").click(function() { -
Datatables conflict with another plugin
by peterx ·$('#side-rss').hoverAccordion({ -
SortTable containing plus and minus sign
by allan ·I've just put together a little sorting plug-in which will do the trick for you: http://datatables.net/plug-ins/sorting#Signed_Numbers -
Server Processing with Coldfusion
by jasch2244 ·FROM #sTableName# -
Server Processing with Coldfusion
by jasch2244 ·FROM #sTableName# -
Showing JSON error in server. In local It is not showing any error
by allan ·a look at this FAQ: http://datatables.net/faqs#ss_events -
edtable AND ajax
by allan ·Please see this FAQ (highlighted in red): http://datatables.net/faqs#ss_events :-) -
Changing from 1.5.6 to 1.7.3 causing issues
by allan ·Thanks for putting up the example. With the fnFilter call, it's not going to work because you've not got filtering enabled (bFilter)! If you want to keep filtering enabled, but not have DataTables put -
Can we show only First, Previous, Next and Last buttons and not the number of pages in Pagination
by allan ·You can use the classes variables to assign whatever class you want to for the various states that DataTables puts the buttons into: http://datatables.net/styling/custom_classes#sPageButtonStaticDisab -
Syntax for turning off HTML detection?
by allan ·Set the sType for the column to 'string': http://datatables.net/usage/columns#sType -
Pagination
by cdaigle ·more details: http://datatables.net/usage/options#sDom . Also, here is an example that shows it: http://datatables.net/examples/advanced_init/dom_multiple_elements.html . -
Datatable inside Fancybox
by smsorensen ·$("#status-report-history-link").fancybox({ -
DataTables and FancyBox?
by allan ·Please see the FAQ here in red: http://datatables.net/faqs#ss_events . Easiest way is to stick your fancybox initialisation in fnDrawCallback. -
add new row and set img click event on one column of newly created row
by manoharsolanki123 ·$('#searchDialog').data("rowIndex",rowIndex).dialog('open'); -
add custom element to top
by cdaigle ·It certainly is possible. What you are looking for is the sDom option. See this page for more details http://datatables.net/usage/options#sDom and this one for an example: http://datatables.net/exam -
Remove pagination
by cdaigle ·Take a look here: http://datatables.net/usage/options#sDom -
CSS class wrapping questions
by allan ·I see what you mean - yes. So basically you want to strip the jQuery UI classes, but keep the DIV layout. This can be done with sDom: http://datatables.net/usage/options#sDom -
Pagination not working
by thenon ·aoData.push({ "name": "StartDateTime", "value": $('#StartDateTime').val() }); -
IE only has sort option for first 8 columns
by awestove ·"status":$("#status").val()}