Column Filter plugin select box with regex problem
I'm trying to use the Column Filter plugin to filter a column of percentages by regex, but the select box says 'object Object' for all the choices and it doesn't filter. Here's my code: .columnFilter({...
View Articlegroup total
Hi from this useful demo http://www.datatables.net/examples/advanced_init/row_grouping.html I made my table working fine with groups, I want to add footer of each group showing total of 'balance' colum...
View ArticleErrors on initialization
I am getting started with DataTables and Firebug is not happy. It is giving me error on the plug in file which is very odd. Type Error - oCol is undefined on line 820 of the js/jquery.dataTables.js...
View ArticleColumn width
Hi, i have following code: $('#optionsTable').dataTable( { "aoColumns": [ { "sWidth": "25%" }, { "sWidth": "70%" }, { "sWidth": "5%", "sClass": "center", "bSortable": false }, ], "aaSorting": [[0,...
View ArticleResizing Table Columns
Hello, I am making a User Interface for my app using jquery and jquery ui. I am using datatables, but I miss a feature found in most of the grid plugins to RESIZE the table columns. I did some research...
View ArticleHow to hide table when using tabs?
I am trying to duplicate the tabs example from here: http://www.datatables.net/examples/api/tabs_and_scrolling.html I used that example code. On my end (using Google App Engine) I can get 2 tables to...
View ArticleCustomizing a table when defaults are set?
I placed a custom initializer at the bottom of this code which has default table settings. http://pastebin.com/s4tyqxVz I'm getting this error.... DataTables warning (table id=’sample_1’): Cannot...
View ArticleTwo Tables in 1 View (Multiple Issues)
Hi, I am developing a c#.Net MVC4 application. I've created two datatables which are each located in separate partial views. Both partial views (PartialView1) and (PartialView2) are then loaded and...
View ArticleTableTools file extensions are not inserted when using Chrome
When using Chrome Version 25.0.1364.160 and earlier versions with OSX 10.8.1 on a Macbook pro, the csv, pdf, and excel csv file extensions are not inserted in the file name. After finding this on the...
View ArticleAdvantages and Features of Data tables plugin compare other plugins
Can any one tell the Advantages and Features of Data tables plugin compare other plugins?Its urgent.
View ArticleTwo Editors on one page
Hello, I have a page with three tabs. On the second and third page I have a DataTable with the Editor. On the second tab is fnAdjustColumnSizing () properly working. On the third tab...
View ArticleTabletools, editor, and display issues.
I'm following the examples on the editor pages, and I'm getting some weird results. I know that the example currently uses 2.1.4 of tabletools and I d/Led 2.1.5. In IE, when I click on a row, it does...
View ArticleEditor and Lightboxes in IE9
In IE, when I click on a row, it does not visually highlight. Then when I click on the buttons (new, edit, delete) it opens up a popup to the left of the screen so only half of it is visible. In Crome,...
View ArticleButtons for Copy, print, outsite my datatables
Hi! I have a problem with my datatables. I want create External buttons for copy, export, print, etc... inside my html, outside of datatable as: <li> Save to Excel </li> <li> Print...
View ArticleHow To Delete?
How to delete more than 1 record at the same time when I click a button "DELETE", so the records in DataTables client and server deleted too at. Without I put every record with a check box. Thanks,
View ArticleFlexibility of Data Tables in Backbone
In our web application, we are using Backbone.js for the integration with the Jquery Data tables, right now we are facing issue with the EDIT and SAVE features of the Data table and also we can come to...
View Articleclick event for the datatable
Is it possible to write an on-click for each row of the datatable?
View ArticleMax column width for text
I'm curious if it's possible to set a maximum column width (For example, 60px), and if the text in it gets any longer, cut the text off. We kinda need this, as we don't want a row to be higher than...
View ArticleMake sScrollY dynamic?
I have "sScrollY" : $(document).height() - 260 When the window is resized, this isn't recalculated. I see the fnColumnAdjust api, is there a similar api to adjust the number of rows, or otherwise...
View ArticleFixed Columns and TableTools
First of all, Datatables is AWESOME! :-) Now the problem. I'm using DataTables 1.9.4, FixedColumns 2.0.3, and as far as I know the latest version of TableTools. I have a table with 2 rows in the...
View Article