How we load data on editor fields ?, not from table, from an ajax call
Helo, We saw ur project alan, and looks good, keep working on it. Congratulations. We would like to know if it is possible load data on editor window fields from an ajax call. We would work with server...
View ArticleIgnited Datatables // php library
Hello guys, Some of you guys might heard about Ignited Datatables. A wrapper class/library for Codeigniter. ( codeigniter version :https://github.com/IgnitedDatatables/Ignited-Datatables) Here is the...
View ArticleSorting not right when fields have dollar signs
Can I define a sorting callback so that I can strip out the dollar sign (and perhaps thousands-commas) when sorting by a column? I didn't see anything for this in examples or the API.
View ArticleAdd class to a control using sDom
I would like to add a bootstrap class of 'search-query' to the search input using sDom. Is this possible. The resulting markup would look something like... <div class="dataTables_filter"...
View ArticleHead/Body misalignment when both horizontal/vertical scrolling is enabled
Hi guys, When both sScrollY and sScrollX are used, if you scroll horizontally up to the limit then the head and the body of the table get misaligned because when the vertical scrollbar appears next to...
View Articlemove "Showing 1 to 10 of 57 entries" to the top instead of in the...
Hello, I need any help, I want to move "Showing 1 to 10 of 57 entries" to the top instead of in the bottom. I don't know what I can do ? Could you help me please ? Thank you Chamnan
View ArticlePDOException using ->join
Of course, I could be doing it wrong as this is first time I've attempted to use a Join but I've tried to follow your examples. Seems to be looking for an array where it expects a column. I'd just like...
View ArticleClient Side CRUD operation on tables
How to do Client side CRUD operation on tables. Please help
View ArticleIs there a callback function for Colresize?
Hi, I am using the colreorderwithresize.js plugin. Everything works fine, but most of the times the table is not getting aligned with header when the header is resized. I am trying to figure out if...
View ArticleServer side and column filter
Hi all, I use Datatable with server side processing. I want to filtering my datas with columnFilter but I don't know how do it. Code JS : $('#tabDetail').dataTable({ "bProcessing": true, "bServerSide":...
View ArticleJavaScript question - how does dataTables generate _=1359101216769
Hello, a very low priority, pure curiosity question :-) How does dataTables generate the random string of numbers to prevent caching, when fetching JSON data: 91.209.51.140 - - [25/Jan/2013:09:06:59...
View ArticleObtain number page
Hi all, I have a table, in this table, I can select a row, and then I do one action, the table is loaded again, and the row that I had selected, It must appear selected again. It work correctly, but my...
View ArticleEditor test - JSON error
Hello! Just bought the editor, and tried your web interface to quickly genereate a test table and sql database, however after installing I keep getting JSON errors. http://rafteseth.com/todo/test.html...
View ArticlePrevent AJAX request for current page
Hi, I am using data table server-side processing with full number when I click on current page it send the AJAX request. How can I prevent this?
View ArticleUsing ajax source with pager full mode send unnecessary ajax request when...
Hi, dataTable (1.9.1) using ajax source with full pager mode and when click on the current page number, it send http request. But I think clicking on the current page# shouldn't trigger any ajax...
View ArticleDatatables pagination issues
While navigate page css is not apply .its applied only first page thats it.
View ArticleDataTables saving state
I'm having an issue with the saving state feature of DataTables. I'm using the plugin on two tables on separate pages. The tables have different names. The save state works on one table until I make a...
View ArticleafnFiltering bug - complete test case attached (works with 1.9.2 but not 1.9.4)
Hello, below is the test case which works for dataTables 1.9.2, but fails for 1.9.4. It uses DOM, but I see same behaviour with external JSON source too. The code is also available as my answer to the...
View ArticleGrouping on 2 two levels with total
Hi everybody, I try to create a table with two levels of grouping and a total by column. I have created the two levels grouping by using this code : "fnDrawCallback": function ( oSettings ) { if (...
View ArticleIs there a way to get DataTables to apply stripe classes to the <td>...
The asStripeClasses feature is awesome. I dynamically create <style> tags when creating my tables based on style choices made by the user and then I use the stripe feature to have DataTables...
View Article