Unable to get value of the property 'oFeatures': object is null or...
Hello, I'm trying to refresh a table after updating it on the codebehind and despite every change I do I keep getting this error. The codebehind is doing its job, after I return the partialview, it...
View Articlefiltering not working by default?
I have a Search box displayed above my table by default. When I type something into the search box, no filtering happens. What am I missing? <script type="text/javascript"...
View Articlehow to make a backgound image in the datatable as clickable link?
/style> <script type="text/javascript" language="javascript" src="/media/js/jquery.js"></script> <script class="jsbin"...
View ArticleColreorder and save state
I am using data table and allowing user to re-order columns , there is a refresh function which will make a AJAX call to fetch the JSON from server and re-initialize and load the data table every 1...
View ArticleHow to create a drop down list from a JSON object array item - Updated
Greetings, I am having an issue when attempting to produce a dropdown list from a JSON object data. The JSON object is built using MVC and passed to DT via sAjaxsource call to Controller method.(pl...
View ArticleUncaught TypeError: Cannot read property 'length' of undefined
Just wondering if anyone has any idea why this is happening. http://home.mybluebox.net/mymovies/ Uncaught TypeError: Cannot read property 'length' of undefined jquery.DataTables.js:2107 happens when I...
View ArticleTable not displaying French characters properly
I am getting the following problem If one of the columns contains french characters it displays it like this -> Jan� Doe
View ArticleSession State Save
I'm looking for a way to save the search state within my session. I'm obviously able to save all of my settings, and I can populate the values within the HTML of my datatable. The problem comes when I...
View ArticleReload datatable with new aoData
Hey All, I am using DataTables 1.9 and have a need to refresh my table with new aoData value on changing an option selector. The reloadTable() function shown below is placed outside the document.ready...
View ArticleColor/Font of "Show [] Entries" and "Showing x to y of z...
I am using datatables 1.9 with IE 8 under windows 7. the web page in question is being generated by a Perl CGI script run by an apache web server from a Linux server. I would like to know how to change...
View Article"bAutoWidth: false" does not work when used in conjunction with...
Hi! It seem that bAutoWidth set to FALSE does not work when used in conjunction with sScrollY . DataTables recalculates every column width (in pixels) for each page! It shouldn't calculate anything if...
View ArticleTable shows up blank if more than 25 columns defined
Hello, We've been using DataTables and when we had our webapp (C# ASP.NET 2.0) running on our Win2k3 with IIS 6.0, everything worked fine and the rows of data showed up correctly. We were recently...
View ArticlePaging with Row Grouping
Hi, I've followed this example to add grouping rows to my table: http://datatables.net/release-datatables/examples/advanced_init/row_grouping.html It works well, but when you apply paging, it displays...
View ArticleCan we move Data Table editor form so we can see background data?
Can we move Data Table editor form so we can see background data ?
View ArticleWilling to pay $: resolve my audio player issue
Here is my webpage: http://thetracksmiths.com/beats/bap-adapt/ Go ahead and play the audio on any browser or android device - works great. Now try it on an iPad or iPhone. Doesn't work. I have no clue...
View ArticleSort using different sColumn on server-side data
I have aaData returning 5 different columns of source data(person.person_name,companies.company_name,urlname,urlcompany,income), I am displaying the last 3 columns(urlname,urlcompany,income) in my...
View ArticleHow to get Width of Datatables
Hi, Datatables is really nice plugin, thanks for this. I would like to know how to get the width of the table in Jquery. I need the width of table at runtime, how to get it?. please suggest thanks
View ArticleLeft align column?
How do I align a checkbox and text to the left of a th column? It looks like http://oi19.tinypic.com/7yrpngp.png And I would like the checkbox and text aligned to the left. Sorry I'm not so good at css.
View ArticleafnFiltering - is there any way to filter on attributes of <TD>...
I posted earlier about a problem I was having with afnFiltering not even firing and while I have not been able to solve this when running on server-based code, I was able to get further when running...
View ArticlePDF and EXCEL report generation not reflecting changes made in table
We are using data table 1.9 in our project. We have a requirement that user can made changes in table(ex. add image or text in a cell by performing an action) before exporting data in a PDF or Excel....
View Article