Infos about browser compatibility?
Hi there, I'm wondering if there're any restrictions regarding browser compatibility with the new responsive datatables feature? So basically where won't the feature work (desktop & mobile) or...
View ArticleRequirejs jquery dependency problem
I have requirejs config: requirejs.config({ "baseUrl": "/static/js/lib", "paths": { // Application "app": "../app", // Libs "backbone": "backbone-min", "underscore": "underscore-min", "jquery":...
View ArticleDT 1.9.4 - get column index from mData
Hi everyone, I have to say this is one of the best jquery plugins i've worked with so far, but I still get stuck once in a while, like in this case. The columns are defined through aoColumns, and the...
View ArticleDo we have to pay to get support ??
Hi , I have already asked this question, waiting from last week, but never got a response, are you the only one responsible for datatables support ? I did not get a response because I posted for free ?...
View ArticleBug in pagination plugin?
Hello, I think I found a bug in the pagination plugin. It occurs when there is just one entry on the last page and you enter a page higher than the last. If you have 26 sites total with 251 entries, 10...
View ArticleRender and multiple tables in 1.10.3
I am in the process of upgrading from 1.9 to 1.10.3 and am noticing an issue with render and having multiple tables on one page. I have two tables, and in each there is a column that I use the render...
View ArticleinitComplete
Could someone help out. I have two pieces of code one works the other one doesn't. Works: $('#results').DataTable({ "initComplete": function(settings, json) { $.each(json.data, function(index, value) {...
View ArticleHow can I add a button with knockout binding to each row in a table
I've implemented datatables with knockout as per the example at http://datatables.net/dev/knockout/, but I often need to add a button in one of the columns and bind it to some function defined in my...
View ArticleTrigger an event if no records found:
Hi, How to trigger an event if no records found from search text box? Kindly waiting for your response. Thanks, Santosh
View Articlecurrency sorting
I have an application, which I can't share with you since it is password protected unfortunately, that implements a datatable of prices. I need to be able to sort these prices, which are in the...
View ArticleInsert new row with button - Buttons jQuery on-click fails
So I have a DataTable on a page with a button that will insert a new row when clicked. One of the columns contains a link that should simply alert something, however... it doesnt do anything at all....
View ArticleGet the Search text box value in code behind file:
Hi, I've a "Request" button in jquery data table window. When a user enters text in Search field and no records are found and user clicks on the button, I want to capture the text entered in the Search...
View ArticleHow to reload datatable using php & mysql ?
My code: <?php $con = mysql_connect("localhost","root",""); if(!$con) { die("Error:".mysql_error()); } mysql_select_db("abc",$con); $result = mysql_query("select * from product"); ?> <div>...
View ArticleClearing a range filter.
Hi all, I'm using a age range filter which is shown on the datatables website: http://www.datatables.net/examples/plug-ins/range_filtering.html It works great however the problem I'm having is that I...
View Article“Uncaught TypeError: undefined is not a function” error when calling table id
Hello, I'm sure this has been answered before...but I cannot find a solution. It seems my data table isn't working due to an “Uncaught TypeError: undefined is not a function” on my table id (line...
View ArticleState Save Issue
I have a problem with state save. I'm using jQuery history plugin and when I change the pages the data tables always creating a new local storage. How can I fix this issue? Issue Screenshot
View ArticleProblem with the date sorting which is in the format dd.mm.yyy
Hi, I am using the plugin code at https://datatables.net/plug-ins/sorting/date-de. The problem is the column is sorted partially, the problem is occurring with the date "1.10.2014". This date is not...
View ArticleReload table server/side
First of all, thxnk you for this incredible tool that I'm enjoying to use! Now, I'd like to expose my problem... I have a datatable that is working fine, it's server side and I have the problem to...
View ArticleHow to add additional column if fetching data from database via side processing
I am using server side processing for fetching data from database but i want to add check box and put the checkbox value = database one field value. How can i do this. Please help us. In last parmater...
View ArticleHow to add additional column if fetching data from database via side processing
I am using server side processing for fetching data from database but i want to add check box and put the checkbox value = database one field value. How can i do this. Please help us. In last parmater...
View Article