Idea: Add a dropdown to filter box allowing one to specify which column(s) to...
Would that be of general interest? I think it would be useful to have such a beast so they can target their filtering to only a specific column or small set of columns. It could default to all columns,...
View ArticleProblem with Datatables "sajaxSource" and "fnServerData"...
Hello Everyone, i am having lot of trouble trying to achieve pagination with ajax call for each page. here is what i am doing i created a simple widget to test datatable's "fnserverdata" and...
View ArticleSorting on checkbox cols
Hi, I used the examples on this page http://datatables.net/examples/plug-ins/dom_sort.html in my application to sort columns containing check-boxes and select options. Specifically I'm using:...
View ArticleProblem with Checkbox in row not working correctly on Pagination
This is a simple problem that I don't understand why datatables breaks on. I have a basic table with some columns. The first column has checkboxes, one for each row. All the boxes start off checked....
View ArticlePagination shows different records when going forward and backward.
I am using server-side processing. After the datatable rows fill out it shows 12 records and at the bottom left you see Showing 1-12 of 80. This looks great and I can see in the email column all of the...
View ArticlecolumnFilter Plugin - Callbacks available? - Need to SUM col from filtered...
Using: * File: jquery.dataTables.columnFilter.js * Version: 1.5.1. * Author: Jovan Popovic DT: 1.10.dev from git. Scroller 1.1.1 from git. I need to SUM a col from the table once it's filtered and...
View ArticleEnable/Disable features after initializing the table
Hello, I have a table that has this feature "bSort": false. Later if the user clicks on "Make table sortable" the datatable should be sortable. I can't figure out a way to change bSort: true after the...
View ArticleNew to JS/DataTables, having trouble with bootstrap
I am working with twiiter bootstrap in an attempt to learn JS, and am having some trouble getting datatables to work the way I need. I have a form that I am submitting information to query a database...
View ArticleMulti-User Editing
Hi, I have a DataTable that allows users to update some pretty extensive content. As a result, a user could be editing an entry for quite some time. Which allows the potential for another user to open...
View ArticleafnFiltering function never called
First of all, thanks for the product - looks very thorough. I'm trying to use the afnFiltering function to implement a customer filter but it seems that the function is never called despite my issuing...
View ArticleShowing 1 to NaN of NaN entries (filtered from NaN total entries) error
Hi Allan, I am new to the community. New to Jquery as well. I have been working on JQuery since last 2 months and since then I have been using Datatables. This is an awesome plugin, works great. But I...
View Articlehow to save data
Hi i am new to data tables i am populating the data into data tables .it is working good But the problem is i am not able to save the data i.e how to add new records when i press the "new" button i am...
View ArticleGeneral Filter customization
Hello, I am using DataTables and I need to filter my data using the global filter, but I need to customize it a little bit. For example my current need is to create a regular expression from the filter...
View ArticleDatatables MIT License
I googled if datatables had a MIT License and I found this link http://datatables.net/license_mit. However at all of the other places on this website it is stated that datatables is just dual licensed...
View ArticleAdding a function to get values from another datatable
Hi, Please i will like to do a call to the database based on the value from a datatable column. An example is, an ID at a datatable column to use to get number of inputs with the same IDs in another...
View ArticleWhat does TableTools::fnSelectAll do?
According to the manual http://datatables.net/extras/tabletools/api: Select all rows in the table. According to the code (function _fnRowSelect): for ( i=0, len=data.length ; i<len ; i++ ) { if (...
View ArticledataTables loses event after page 1
Hi there, I try to understand how to apply event recalling. I'd like to have this: <a href="code<?php echo $key; ?>" name="modal" title="aaaa" class="rightIMG"><img src="<?php echo...
View ArticleHow to export to pdf data with images
Hi, I have a datatable that contains images in rows. I'm using "fnCellRender": function ( sValue, iColumn, nTr, iDataIndex ) { console.log('sValue = ' + sValue + ' iColumn = ' + iColumn + ' nTr = '+nTr...
View ArticleHow to prevent memory leak when using Jquery - datatables (ie7)?
I am using datatables in my Javascript application but when rendering the DOM, memory of IE grows up like anything. Memory doesn't come down even after clearing the datatatables element from DOM. I...
View ArticleImages in modal window
I'd like to show some images in Editor's popup modal window. However, rather than pre-loading these images, I'd like to do so only once the "Edit" button has been clicked.
View Article