How to reinitialize a datatable
I have a dataTable that is populated without issue when the page loads. Very slick. Love clicking the column names to sort. The wrinkle is... the user can specify a different date range, and I'd like...
View ArticlefnReloadAjax - Count rows before & after
I'm trying to tell if an ajax request has pulled new rows, and refresh the page if it has. // AJAX this and get results to repopulate table every 10 seconds setInterval(function() { // Get the old...
View ArticleHow to make Ajax call to asp.net web services to pull data into DataTables?
Hi, I'm new to jQuery and DataTable, I'm wondering how to use DataTables in ASP.NET applications, especially how to make Ajax call to web service. You know the asp.net web service will return json like...
View ArticleUsing jQuery UI themes Sort icon appears on New line after header text
It looks like there are a several solutions to this posted over the years in the forums here, but none seemed to be a absolute fix-all solution. However, after trying lots of different things I found a...
View ArticleFilter Date range
I have a column of dates which has this format mm/dd/yyyy. I want to be able to filter based on a date range. Is this possible?
View ArticleStuck on Processing
Hey all I'm back .. I keep getting a error with sEcho being undefined and not displaying anything in my tables. This keeps getting stuck on processing but I used JSONLint to check if my JSON is valid...
View ArticleIts Urgent.. pls help
I have used a fixed column data table, where i have fixed first 2 columns of the table. Except these 2 i have 24 more columns which are scrollable. I have implemented this in a Django project and code...
View Articleinsert dojo button inside a table cell
Hello, i want to insert a dojo button inside a datatable cell. Option#1, insert a funcion that will call another function when ready (not working atm): { "fnRender": function ( oObj, sVal ) { return...
View ArticleoAria is undefined
Hi, I use DataTables version 1.9.4. I want that the initial sorting is made on the column 8. oTable.fnSort( [ [8,'desc'] ] ) works well, but sends back an error in Javascript console of Firefox ( oAria...
View Articleexecute simple script.. not working, help pls?
Hello, i have this: { "fnRender": function ( data, type, full ) { return "<div id='lojas-$$id'>$$id<script type='text/javascript'>(function(x){alert(x);})(5);alert( '$$id');...
View ArticleHow to tell if a column is being sorted?
I'm using a combination of server-side processing and jeditable. I'd like to make it so it only gets the ajax data after an edit if the column they are editing is being sorted. My thinking is there is...
View ArticleCustom Filtering w/ Server Side Problem
Hey everyone, First off sorry if this is a repeat but I have been searching high and low for the answer for this one with no luck. Perhaps I am searching the wrong thing. Anyhow here is my problem......
View ArticleData loads quickly in IE8, but browser chokes on scrolling
Hello, I load my data with sAjaxScource, i have bDeferRender on true and i have the 1.9.1 version running. The data loads rapidly on all browsers (IE8 around 2 secs) but when all data is loaded, IE8...
View Articleusing sType to exclude tag content with ColumnFilterWidgets
Hi All, Thanks for a great tool. Currently, I'm using DataTables with the ColumnFilterWidger. When I use the search box filter to narrow down my results, the HTML links embedded in one of my columns...
View ArticleReload From Cookies
I just realized today that fnStateLoadCallback is no more. This explains the bug that my program is experiencing when reloading cookies. I'm using code snippets from this example in my production...
View ArticlemDataProp
I'm apparently misunderstanding the use of mDataProp and how to actually map the fields. What I want to be able to do is to simply add a new field to the getdata.php file and be able to simply add the...
View ArticleNew Plugin: Fill Available Width
Here is a plugin that I created to force datatables to fill the available width. The advantage of this plugin over setting "width: 100% !important" in CSS is that the latter will cause columns to...
View ArticleShare some wisdom? :)
I started working on my own grid because I have very specific needs and couldn't get it working in datatables. Before I go any further with my grid I was wondering if you guys could share some words of...
View ArticlePass 'id' to Edit link in new column for user created edit page
I have created a column (column 0) to have a hyperlink, so that when clicked will open another page (edit.php). I would like to pass the id (which is in column 1) to a link in this manner...
View ArticleEditor KeyTable integration documentation change suggestions
I am picking up enough JS to do some reasonable troubleshooting of my own, in no small part thanks to Allan's help with DataTables. I just went through the KeyTable/Editor integration documentation...
View Article