Ignited Datatables // php library
Hello guys, Some of you guys might heard about Ignited Datatables. A wrapper class/library for Codeigniter. ( codeigniter version :https://github.com/IgnitedDatatables/Ignited-Datatables) Here is the...
View ArticleRetain Table state with serverside and infinite scroll possible?
Hi there, I have a datatable with server side processing and infinite scrolling enabled. Ajax is used to update data on server and I'd like it to be reflected in the datatable. Usually users will have...
View ArticlefnUpdate on 2 datatable (solved)
I'm using 2 datatable on the same display, and in jeditable i'm using the callback to get data using fnGetPosition : class table is in both datatable. var aPos = $('.table').dataTable().fnGetPosition(...
View Articlejquery dataTables IE & Firefox display issue
I am a newbie and have successfully displayed jquery dataTables to search either at the top or the bottom, I can click ascending and descending and I made the search filters for each column at the top...
View ArticleColumn Headers on Font Enlarge/Shrink
When I resize the font, using CTRL/+ or CTRL/-, the column headers are not resizing properly to match the columns. I'm using a horizontally-scrollable table (xScrollX: 100%, xScrollXInner: 120%), and...
View ArticleOutput to Excel as .xls (not .xlsx or .csv)
Hi Allan, I've been playing around with exporting to Excel, and TableTools + DataTables works well for exporting to .csv files. The issue as you know is exporting to a formatted Excel file, and I've...
View ArticleHow to sort records by date range ??
hello frds, i want to filter records by date range from my data table can any one tell me how to ? i tried some examples from this site but it doesn't work for me... if there any simple example then it...
View ArticleDataTables warning (table id = 'example'): ColReorder...
Hi, I am new to datatable and using Data Table 1.9.4 & Col Reorder 1.0.8 in the application. I have few functionality to hide/unhide couple of columns. While doing this in the console, I am getting...
View ArticleI have 1000 records not working fine with IE9
I have been using this tool since two weeks and learned a lot and is wow, I really like it. What is stopping me is following: 1. IE 9 + 1000 records Messes DataTable Header little bit and when you...
View ArticleColVis unhide all columns
Hi, New to DataTables. Is there a easy way using ColVis to unhide all columns? The reset function returns to the last saved state of the table. I want to unhide all selected hiden columns. Thanks
View ArticlePrint Scroll-enabled Table
I have a table which can be horizontally scrolled like this: http://datatables.net/release-datatables/examples/basic_init/scroll_x.html. When I am trying to print this table using Print button...
View Articlejoin not working
THis returns error 500 <?php /* * Editor server script for DB table caseinfo * Automatically generated by http://editor.datatables.net/generator */ // DataTables PHP library include(...
View ArticleList of CSS classes for Editor
Where can I find documentation for the CSS classes used by Editor and what they do? I see various examples in the forums which use, say, div.DTE_Field_Type_select but as far as I can tell, those are...
View ArticleOption to generate table in the background
Right now, my table of about 200 records takes so long that it's blocking the UI. After profiling the JavaScript, it seems it spends most of the time changing the innerHTML. I'm guessing that it does...
View ArticleTable column sorting
Hi, I have a requirement to draw a table which contains drop down list, input box and check box as row data. I have to save the modified data into DB. My issue here is, I don't know how to sort and...
View ArticleAutomatically calculate the number of rows that fit on the page
Sorry if this has been discussed elsewhere but I could not find the solution. I want to calculate an appropriate iDisplayLength at runtime based on the number of rows that fit on the page. Something...
View ArticleTable with radio buttons - first row un-checked
Here is the fiddle: http://jsfiddle.net/HhQpF/ If you disable dataTables, all the rows have a default radio checked. Enabling dataTables, and the first row is un-checked. Any ideas?
View ArticleAdding data without sort
I am adding data to a table dynamically using fnAddData. My query back end has already ordered it as I want it initially and that is how I would like to show it initially. The user can sort it later as...
View ArticleAdding a new row
I know there is a function fnAddData to add a new row. It adds new record to the end. Is it possible to add a record at the beginning of the table?
View Article