Datatables and editor with Codeigniter
Hi.. any one knows how to use datatables and editor with codeigniter.... ??????
View ArticleRow Grouping For Multiple Columns
Hello, I am trying to group rows with multiple Columns. Like with respect to this site example: With grouping of OFFICE I want to group AGE also. ABCOffice - 22Age Row 1 Row 2 XYZOffice - 42Age Row 1...
View ArticleAdding new column dynamically to the datatable
I am trying to add a new column to the datatable in not a very appropriate way(just a work around) but as of now I have this option only as Allan might be working on this. Here is the fiddle demo,...
View ArticleAdding col/row dynamically and inline editing
Hi Allan, Actually, I am not an expert in javascript. Hence, the code quality may not be as per your expectations :) but some how I have managed to implement add dynamic col/row into the datatable and...
View ArticleServerside / TableTools / Limit clause
Hi, I use datable with serverside and i want to use tabletools for export my data in csv format. When i click on tabletools button, i want to change the "length" parameter send to the serverside script...
View ArticleIs it possible to show hidden details onload instead of hide
I would like this to do the opposite (always show details and on click hide them if ( row.child.isShown() ) { // This row is already open - close it row.child.hide(); tr.removeClass('shown'); } else {...
View ArticleMultiple FixedColumns example
Hi there, I've successfully implemented a Multiple FixedColumn Data Table. Now, I want to adjust the width of the Left (the fixed columns - 2 in my case). This is what my code looks like atm:...
View ArticleResponsive issue on resize (Responsive extension)
The responsive extension does not work properly. The table becomes responsive when sizing down the browser and shows e.g. only one columns and the plus sign. When maximizing the browser, the table will...
View ArticleWhich direction moving forward ?
Im a neebie to Jquery and looking was happy to see DataTables as an option to code with. Im unsure of which direction to take though for the processing of a simple static array into DataTables. Any...
View ArticleLink to specific row of table.
Hi there, I have a DataTable where each row has an id. e.g.: <tr id="abc123"><td>cell1</td><td>cell2</td><td>cell3</td></tr> <tr...
View ArticleI am confused about the difference between fnUpdate and fnDraw.
I've written a dead simple example of a jQuery dataTable with buttons that update row values. Here's the DataTables live link. I've never used it before, so please bear with me if there's a problem....
View ArticleShow x entries and search on separate lines
Whatever I do, I cannot see why this is happening HTML: http://pastebin.com/2GJ9yuhm Screenshot: http://i.imgur.com/IKSGNhN.png Debug url: http://debug.datatables.net/awajup
View ArticleSum of each column
Hi, Is it possible to get sum of each or selected column and display at the footer of the associated column of the datatable??
View ArticleServer-side "No matching records found"
I've seen a few posts on this but none of them seemed to correspond to the issue I'm having. Debug Link: http://debug.datatables.net/ibadom I also ran jsonlint.com to make sure the json is valid, which...
View ArticleHow to set DataTable Fixed with UI Themeroller
I have two Columns in My Table and my alengthmenu is [2,5,10].By default am showing 2 Entries but the table is tie up with the UI theme roller.If i change entries it shows Normally
View ArticleFiltering rows out
Hi guys. I am trying to figure out if it is possible to filter rows out. Let me explain what I mean. Imagine a webpage with checkboxes, they are all check when the webpage loads and a datatable...
View Articleserver side + scroller: how to get to the first currently visible row ?
I can't seem to find a way to get the first row that is currently visible. I need this to keep another (date) control in sync. with the table as the user scrolls through it. I am using both the server...
View Articlehow to do the filter function on server side
I want to implement the filter function on server side, so can't use datatable filter, and I need get the data again, and refresh the datable, so who can help me!! $('#aaaa').on( 'click', function () {...
View Articlessp.class.php works only mysql. How to work with postgresql use this class?
ssp.class.php works only mysql. How to work with postgresql use this class?
View Article