Search
-
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()} -
Adding a button to the table header
by cdaigle ·This should be possible using sDom. You can have it create a div right inside the top toolbar, then modify the div as you need. See this page for more info http://www.datatables.net/usage/options#sD -
Possible to have two pagination controls?
by cdaigle ·I know that you can include the same one (both of the same type) on the top and bottom using sDom ( http://datatables.net/usage/options#sDom (the 'p' option, for pagination)). If you want them to be -
fnFilter with & and <
by bengalaviz ·$('#subTypeDD').change(function(){