How can I add DATE_FORMAT on the server side script?
Hi there! I'm am using the Server side (PHP) script to help me load the data faster when the page loads. Much like the example here:...
View ArticleSearch withOUT filtering?
I've noticed how insanely fast Searching is with Filtering.. what I really need is a "scroll to" search capability that is equally fast. Unfortunately, searching filters, which my customer doesn't...
View ArticleOptimization of persistent state storage in cookies
In my project I have two large datatables which save its state in cookies. Average size of data to store is about 1500-2000 bytes. Saving state of one table cause cookie expiration of another due to 4...
View ArticleProblem with database connection, host deactivated mysql_pconnect function!
I just installed the latest version of Datatables and the Editor Trial version. I followed this tutorial: http://editor.datatables.net/tutorials/installing Once everything was done I loaded my site...
View ArticleAPI #fnSortNeutral - Get Trigger if sorting?
hi, how may i do this: the user clicks onto a row and starts the sorting. i want to display a <span id="sorted">Remove Order</span> button AFTER he sorted the table away from standard...
View ArticleMove row from one table to another (and then select the new one with jQuery)
I've got two tables. I need to copy each row from one table, place it into the second table, delete the row from the first table, and then, change the name of a hidden input. I've got the whole adding...
View ArticleTH Widths Don't Match TD Widths (and I've Tried The Usual Stuff)
I've got a problem with my DataTable (which, unfortunately, I can't share because it's behind an authentication wall; I've pasted the initialization options below though). For some reason the THs and...
View ArticleStrange fnDraw and form submit issue
I am using DataTables in a DNN site. My page uses pagination and allows user to check a checkbox and enter data (13 textboxes per row). At the end user clicks on Submit, then the code should submit all...
View ArticleDynamic/variable date format?
I'm having some problems figuring out what to do with date columns for a multilingual site I'm working on. Each group of users can specify which format they want to view dates in, and this override is...
View ArticlePage stuck at processing when I call javascript method from fnDrawCallback().
I tried to highlight text in my <tbody> and so I was calling a js that do this from fnDrawCallback(). In this js, the innerHtml is getting replaced with new style. Due to this my page stuck at...
View ArticleSetting sortable with aoColumnDefs glitched
Is it me, or the issue discussed here has returned (I'm using 1.9.4)?...
View ArticleExporting to Excel format removes zeros in starting of some strings that...
How to solve or avoid zero-deleting starting of strings that seems to be a number? Example: My table contains two identifiers of objects: 888-332-12A and 000999988. Why the tool assumes that the second...
View ArticlePagination doing odd things
I'm a newbie here, so be gentle if I'm missing something massively obvious. I've applied DataTables to an existing table, with "full pagination", and the pagination part is sort of hovering at the...
View ArticleAJAX but ignore / do not update a column
I have searched google and this forum for hours before posting this, so please let me know if there is an answer somewhere that I have missed! I'm using the following plugins: fnReloadAjax...
View ArticleColVis not responding to checking or unchecking.
Let me start out by saying that I'm completely lost when it comes to this stuff. I learn and accomplish by several runs of trial & error. I'm assuming this is an easy fix because I have no idea...
View Articlehow to place icons instead of pdf,xls,csv buttons
can any one help me how to how to place icons instead of pdf,xls,csv buttons... i created pdf,xls,csv by using .swf path setting.. now i want to place icons instead of button names... advance thanks to...
View ArticleHow to add filterable radio buttons
Hi Allan, Thanks for your previous answer to a question I had a few days ago. DataTables is awesome. I am creating a table ( http://jagst3r15.com/scholarships360/table-of-scholarships/ ) but am...
View ArticleBeating the IE Dead Horse
Howdy Allan, Sweet plugin! It works good when you exclude large data arrays and Internet Explorer. I've got an install of DT on my site that is choking on IE. I installed a fresh install of DT 1.7.6...
View ArticleProblems iSortCol_0 and iSortDir_0 in Server-Side
$(document).ready(function() { var oTable = $('#datatable').dataTable({ "bProcessing" : true, "bServerSide" : true, "bDeferRender" : true, "sAjaxSource" : Routing.generate('mng_manager_clientslist'),...
View Article