Datatable ie and jquery Compatibility
I m using datatable 1.9.4 fixedcolumn 2.0.3 with jquery 1.8.3. It works fine. I need to upgrade jquery for 1.11. It doesn't works, i have try to upgrade to datatable V10.beta 2 fixedcolumn 3. It's...
View ArticleDataTables transfering hosts, Undefined
Greetings, I have recently switched from a localhost server to a dedicated webhost for my companies website. I'm currently working through a number of transfer errors (such as lacking proper version of...
View ArticleQuestion about fnAddData
Hello, im trying to add rows dinamycally, but when i do, i can not select the new row, i select the rows to pass values to a form, modify and erase. I read i can add classes to the new row with...
View ArticleCount of selected rows.
In my code I am using two custom(not table tools provided) buttons which selects and deselects all the rows in table.I am calling fnSelectAll() and fnSelectNone() respectively for those button click...
View ArticleComparing selected data - best possible way
I have hundreds of records I am rendering from ajax source . I am using table tools to select multiple records . Is there a best way through which I can compare whether the content of a particular...
View ArticleExcluding a column from being selected
While selecting multiple rows using table tools, is there a way where I can resist the selection of a particular column ?
View Articleordering changes after using render on column?
The 8th column in my dt is a timestamp column and I am using this as the default order as so : "order": [[8,'desc']] An example of the output in this column correctly shows in descending order....
View ArticleBower dependency / jQuery version
I'm installing DataTables through Bower and noticed that a conflict has come up: Unable to find a suitable version for jquery, please choose one: 1) jquery#~1.8.0 which resolved to 1.8.3+1 and is...
View ArticleDynamically updating an element outside of my datatable with the total amount...
Hi there, I'm using datatables with ajax that pulls from a php page that then pulls from MySQL to load the data. Everything works great! The only question I have is since I have the ability to...
View ArticleLocalStorage - How is fnStateLoad firing?
Hi, I'm trying to "extract" some data from the local storage. (I have some select inputs that I need to re-initialize at their last state) But I don't understand, when I add an alert() to the...
View ArticleDataTable v 1.10 release date ?
Allan , Do you have a date when you are releasing dataTable v 1.10 ? I am using plug-ins with DataTable for which i need v1.10 . so I am wondering if you could give me the date of releasing DataTable...
View ArticlesButtonText not working when extending editor_create
I have the following code, however this results in a Create form with two buttons displaying the text "Create". How do I change this text? Is this a bug? "oTableTools": { "sRowSelect": "single",...
View ArticleHow to call preDraw event manually?
I'm using dataTables with DOM datasource. On preDraw callback I'm truncating data in cells based on column header data attribute. Also I'm using handlebars templates which build this DOM datasource. I...
View Article[SOLVED]Issue with row details
First, the debug of my Datatables ==> http://debug.datatables.net/ibawux Second, the example of what i try to do ==>...
View ArticlebStateSave and multiple tables on a page
I'm using datatables 1.9.4 and have run into an interesting issue with bStateSave. We have a jsp which constructs a table; using bootstrap, we have a table on the page, and the data displayed alters...
View ArticleAdd the sign percent modify sort
Hello every body :) I would like to put the sign "%" after my numbers but it modifies the sort. I understand why (conversion to text instead of numbers) but I would like to know how can I do it because...
View ArticleDefault language issue
Hey! I think I came across a little bug. I am trying to set default language settings for my website (multiple datatables) because otherwise it clogs up my code. However, when I do this, following the...
View ArticleTurkish character issue in search box
I'm using bootstrap datatable tool. In initialization i set the option bCaseInsensitive as a true but it is not working for Turkish characters. For example we have İ and i, it doesnt understand the...
View ArticleRegex error with Currency Sorting Plugin
I am using IE 8 ( no choice) and the data sort plugin for currency. I'm getting an "Object doesn't support this property or method" error on this line. Not sure if str should be on same line as var,...
View ArticleSorting issue when having html contents inside TD
Hi, I'm having numeric content wrapped with Html and placed inside the TD.i want to sort column asc or desc.Since it is wrapped with html, i've used Numeric HTML type detection plugin and sorting...
View Article