DataTables 1.9.4 released
Hello all, I'm really pleased to announce the release of DataTables 1.9.4. Alongside a number of bug fixes in this release, there are a number of performance improvements from Tim Tucker and jlabanca...
View ArticleFixed Column Problems
Okay, I am getting the same exact error as (https://www.datatables.net/forums/discussion/13958/problem-with-fixedcolumn-plugin) from Internet Explorer 8. There error states: Message: '0.className' is...
View ArticlelocalStorage for state saving and updates in 1.9
Hello all, I've just posted a new blog entry describing the state changing API changes that are in DataTables 1.9 and showing how the new state saving API can be used very easily for saving your...
View Articleheader incorrectly sized using using scroller in conjunction with...
Hi all, I have been struggling with this all day, have tried various options and still get no joy. Basically I have a simple table as such: <table id="myTable" cellspacing=0 > <thead>...
View ArticleTable Tools select_all seems to ignore filter criteria
Hi Allan, This refers to pre-defined buttons: http://datatables.net/release-datatables/extras/TableTools/select_multi.html When using select_all in aButtons, it seems that this default button ignores...
View ArticleAdd new row inline at bottom of table
Is it possible to add a new row inline at the viewable bottom of the table when I click the add new row link rather than open up the lightbox using Editor?
View ArticleAdding Details Row with Fixed Column.
Hi Allan, I am trying to add a details row for each specific rows using Fixed Columns. Do you have any examples ? Thanks, Sat.
View ArticlefnOpen with fixed columns?
Has anyone used fnOpen to display additional details about the current row when using fixed columns? I adjusted the example server-side show/hide details script...
View ArticleRow Counter issue
Hi everyone, My issue is that I have some "Display:none" rows which are being counted, How can I address this issue without changing the Display property? (A table with DataTables debugger for example:...
View ArticleCannot sortor filter a dataTable when populating a table through AJAX / jSon.
Following the examples I am successfully populating a dataTable through AJAX / jSon. However, the sort, and filter features are not working. Any assist in what I'm doing wrong would be GREATLY...
View ArticleUsing ajax to load datatables and loading new table
So I currently have my index.php page which is made up of <div id='#header'> <----- links -----> </div> <div id='#content'></div> so the links run an ajax call to load a...
View Articledatatables and editor.. Serverside manupulation
DataTables is very nice I love this, I am new in programming.. I'll be grateful if any body can help with example.. I need to filter data on the basis of user session(I have user authentication...
View Articlemisalign when use Fixed Column
hi allen i use DataTables for a long time and it gives me excellent experiencing. but i meet a problem when i use Fixed Column plugin these days. here comes the discription: i use ajax to get table...
View ArticleCannot add data to table
i am newbie in web programming and datatables and i am trying to add new data to my tables using fnAddData() but it not work here is my code $('#btn_ubahbj').click( function() { //inisialisasi table...
View ArticleSort Columns with Numbers and Empty Cells
I noticed that sorting cells numerically works pretty well unless you have empty cells mixed in with integers in your column. This plug-in makes sure that empty cells get sorted lower than 0....
View ArticleChanging ajax source with loading message Edit
Hi there, In current 1.9x version, I very want to show loading message when I change ajax source and before redrawing the table. But I didn't find any method to do show the loading message manual. And...
View ArticleHow do I set up the themes of buttons?
The background of the buttons seem to be the following. http://www.flickr.com/photos/94850915@N03/8639997558/in/photostream code: <LINK REL='Stylesheet'...
View ArticleSort working in localhost only
Hi I have a file manager application which is private and cannot be linked.To test the sort features by date and size I have included the plugins from the plugin page. I have the following in localhost...
View ArticleIE9 specific issue - clicking sScrollX-enabled table causes it to grow...
Hi, I have an issue specific ONLY to IE9 (works in chrome\firefox\IE8) where if you click on a row within a datatable, whitespace between the table content and the table footer grows per each click...
View Article