Datatable displays Date in this format /Date(1103729592973)/.
I am using asp.net MVC.I am send JSON Result (which contains generic List of Object) to jquery datatable.My object contains a DateTime type Property.It displays the Date column in this format...
View ArticleLoading Data From Model
I'm not sure if this has been asked or not, but I haven't been able to find the answer in any case. I have a view with a strongly typed model. I Create the JQuery DataTable structue and use a Display...
View ArticlefnSetFilteringDelay Plugin Column Header Search
I was trying to figure out how to get the delay plugin to work when using the column header search instead of the global search. I came up with the code below if this is useful to anyone else:...
View ArticleDynamically hiding row with ID or HTML tag
I have an HTML button. I need these: * when "data-mydata" attribute of button is changed to "hide" I will hide that row, or, * hide the row that has a button with id=13 <button id="13"...
View ArticleJquery popup for each row
I added an extra column at the end of my table to display an icon for each row which initiate a jquery popup. At the moment I managed work with the first row, but it works only with the first row and...
View ArticleSet "aaData" with a JSON, having the "bServerSide" enabled
I am creating a javascript application that needs to cache the DOM element into javascript's variable. I have tried to use the jQuery method $.clone(), with the "withDataAndEvents" and...
View Articlemultiple Ajax calls to make a single table
Hello Allan and everyone, First I must say "thank you so much" for your efforts and creating such a lovely plugin. I am a systems engineer (Linux) and am doing codes for learning and fun of course!!!...
View ArticleDelay search function when using server-side processing
Hello Allan, i'm wondering if there's already an option for this or if this was already discussed but i've found nothing yet, so: i'm using datatables with a large mysql database behind (and i really...
View ArticleInternet Explorer 8 sets height=6px with sScrollX with jquery.js >1.7.1...
Internet Explorer 8 creates a default height="6px" when we enable the "sScrollX" parameter with jquery versions above 1.7.1. The issue does not happen with version 1.7.1. I have tested with all...
View ArticleSubmitting form with field on hidden page
Hi, Thank you for this great ressource. I know it has been discuss before on this forum (here: http://datatables.net/forums/discussion/185/submitting-forms-with-fields-on-hidden-pages/p1) but the...
View ArticleChanging row color doesn't affect sorted column
Inside my datatable I change a row's column with this: $('#id12').closest("tr").css('background-color', 'red'); Row's background color changed to red. Except the column that is sorted. That column's...
View ArticlejQuery 2.0.0
Hi, I'm planning to upgrade to jQuery 2.0.0. Is it correct, that dataTables is still on 1.8.2? Are you planning to upgrade to jQuery 2.0.0? Kind Regards cskwg
View Articlethat.s is null, Using Local Storage For State Save
With the DataTables core, I have additionally implemented the ColReorder, ColVis, and Table Tools Plugins. One key functionality that I am implementing is User Preference saving. This means that I am...
View ArticleCurrency Sorting
Can any one help me for sorting currency values with pagination Ex: $3.24B,$20M,$0.03B,$2.43K
View Articletesting edit function - getting error message
Hi there, I've done a search regarding this error message on your site but I'm spinning my wheels trying to understand it. Error Message: Requested unknown parameter 'LASTNAME' from the data source for...
View ArticleReload table content using _fnAjaxUpdate
I tried to reload the table content by calling _fnAjaxUpdate function, but after I called that function the table was empty. The table was empty because _fnCalculateEnd( oSettings ) was not called...
View ArticleTimestamp upon update
Hi, using editor with MySQL. I'd like to have a new column, where a timestamp is inserted every time someone updates a record (basically even the current date is enough too). How could this be achieved...
View ArticleHow can I pull the sorted data from the datatable?
I am trying to create an export-to-csv for my project. How can I pull the data from the table in it's sorted state? aoData is still in the same state as when it was initially loaded. I can't use the...
View ArticlecolumnFilter Plug-in and fnAddData function Working Order Problem
We implemented DataTables for ASP.Net MVC page with an handler action method that returns Json data exampled below....
View ArticleTableTools export choose columns to export AND visible
Hi everyone, I am using TableTools and I have already discovered many usefuls features. I have a an HTML table which use TableTools. The first column is used for a link which clicked loads a new pages...
View Article