Possible bug using ColVis and stateSave (with save and load Ajax call) together
Hello DataTables, I'm seriously impressed with DataTables and all of it's options. Never have I seen a library on datatables so complete and extendable. Loving it! The reasing I'm posting is because...
View ArticleFormat a string in the format "price"
Hello everyone, having an unsigned integer, you can specify an option as rendering composed differently? I would like to obtain, for example, the number 1.234,00 Currently I can only set an option....
View ArticlePutting a button with a javascript function and parameters in an Ajax datatable
Hi, This ajax data structure that includes a <button> to call a function and pass some parameters does not seem to work: { "data": [ [ "<button class='btn' onclick='myfunction(\"1\",...
View ArticleIs there a leave field event or field on blur?
Right now my code looks like this: $( 'input', editor.field('account_name').node() ).on( 'click', function () { But instead of a click i'd like the event to be when i finish editing the field above...
View ArticleNewbie to datatables... Refresh option for table grid using server side...
Is there an option to refresh the data in the grid in the following server side pagination scenario: The grid data is from a server side file that has many rows/records (over million)... the table grid...
View ArticleChild rows contained in a subtable are not sortable
I have an application that requires the detail rows to be another DataTable with support for column sorting and filtering. Initially this was implemented with the 1.9.4 of datatables but I could not...
View ArticleUncaught RangeError: Maximum call stack size exceeded when calling fnGetData()
Hi, I am trying to download a large table (16 columns by >130k rows) containing numerical and string values as a .csv file. I tried using the table tools extension but as this just downloaded zero...
View ArticleMy code works locally but once I upload to my remote server I am getting...
I had to change the directory locations for the php files I edited the varies include lines in several files I am able to get it to work locally but when I upload to my remote server I am getting a...
View ArticleUpgrade to 1.10 and migrate to Bootstrap
So my current implementation uses DataTables 1.9.4 and a custom jQuery UI theme. I read this article: http://www.datatables.net/upgrade/1.10 which says that my functions should still work due to the...
View ArticleUncaught TypeError: Cannot read property 'id' of null
I am evaluating Editor for testing REST API to make 'create', 'edit' and 'remove' work in my environment. Create works (with an infinite pause at the end however), but both edit and remove cause the...
View ArticleColumn Filter doesn't work with hyperlink?
In my datatable, I am using columnFilter add-on and first column (ID) data has hyperlink. Hyperlink navigates to expected page but filter for this particular column (ID) doesnt't work. Any help is much...
View ArticleNext putton in pagination is not taking user past page 2
Hello. I've upgraded to DataTables-1.10.4. I noticed Next button for pagination for my AJAX tables was not working. My pagination is setup for 50 records per page. When I clicked the Next button on...
View ArticleChange column name for date range while exporting pdf or xls
Using Datatables with columnFilter and TableTools plugin. Table has date ranges as filters. While exporting to pdf the column name is "Expiry Date: From {from} to {to}", which doesnt look good in the...
View ArticleSearch/filter table before load
I'm using the following to render my table and it works fine: `$(document).ready(function() { $("#occupations_datatable").DataTable({ "ajax": { "url":"occupations.php", "type":"GET" } , "paging": true,...
View ArticleHow to get the jQuery UI ThemeRoller example working
The "jQuery UI ThemeRoller" example at the URL below works nearly perfectly. The only quirk I see is that in Chrome 39 and IE 11, the drop shadow effect for the row sort icons is somewhat broken. (I...
View ArticleBubble Edit only allowing one update
I have one table this is happening on, and 3 tables where it works perfect. When I click on a field to update with the basic bubble edit setup, It works fine for that field, however, subsequent fields...
View ArticleCan't get all row data
Hello! First i have to say, im new to data tables and javascript at all. And thats my first project i'm using it. How can i get all data from the table in an array? This is what i have tried: oTable =...
View Articledynamic column value calculation
I am pulling data from sql using ajax call. imagine im getting 2 columns back time and distance from DB, i would like to use these values to calculate speed by dividing distance by time. so at the end...
View ArticleCreate two tables from same source, but different groups
I have a single data source and have a table with data for all 50 states. I'd like to divide this into two groups (first 25 states, second 25 states) so I can display the data in two side by side...
View ArticleIE11 & FixedColumn : unwanted horizontal scrolling
Hello everybody, I got an issue on IE11 when using FixedColumns. When scrolling horizontally the datatable, left column is truncated. There is a little horizontal scrollbar showing up this first column...
View Article