Ignited 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 ArticleBreak on column, need custom sort or fnDrawCallback?
I am outputting my table with the first column only showing the data the first time unless it is different... it is the same as using BREAK ON in Oracle.. Here is the DataTables live preview.....
View ArticlePostGres + PHP + DataTables ... "aaData" - Empty!
Hi Allan, I used the same code from your example http://www.datatables.net/development/server-side/php_postgres but I'm getting confused why is it that the returned "aaData" is empty. Here's exactly...
View ArticleDatatables sorting help
I am a Datatables newbie and have a question regarding the column sorting. I have had read through the doco but still can't figure out what to do. I am using Datatables in its most simplest form but...
View Articlei want latest pagination in datatable
hi all, i am new to data tables. this plugin is very help full to me. but i need latest pagination which is have select page umber also. so how can i fix this one datatable plz help me. Thanks &...
View ArticleRight align info text?
Hi! Does anyone know if it's possible to right-align the info-text at the bottom of the table? I would like to have the "Showing 1-10 of 54 entries"-text on the bottom right side, next to "<Previous...
View ArticleDataTables compatability with new jQuery
I looked all over your site, is DataTables compatible with the new versions of jQuery? What version should we restrict usage to? I am contemplating migrating to the jQuery 1.9.1 but if this API is not...
View ArticleUpdate DataTables Libraries to work with jQuery 1.9 or higher
We have issues with datables using jQuery 1.9 or higher. Most of this js files library are still using jQuery 1.5 and there are several methods that are no longer available in jQuery 1.9. For example...
View ArticleWhere is translation variable for labels and pagination?
1. Where is translation variable for labels and pagination? Showing 1 to 2 of 2 entries Previous Next Show 10 Entries Search: 2. How to control numbering of pages like 10,20,50,...
View ArticleExample join.html doesn't work with large database
I purchased Editor this week-end and was happy with it until I try to manage large database with joined tables... In order to illustrate the troubles I discovered, I populate tables users, users_dept...
View ArticlefnAddData function is slow (Firefox 19.0.2)
Hi, I've noticed that when using the fnAddData function to add data to the table, the process is really slow and sometimes will cause Firefox (version 19.0.2) to freeze until process is completed - the...
View ArticleFiltered Select Multiples widget using Datatables.
Hi all, I'm looking at Datatables to implement a widget with two tables, one next to the other, from which users can select elements in the first table ('available elements') and move them to the...
View ArticleTranslation is not working. How to solve this?
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#example').dataTable( { "oLanguage": { "oPaginate": { "sFirst": "fp", "sLast": "lp", "sNext": "Nextp",...
View ArticleEDITOR - help with Select list reloading table
I need to be able to limit data entering DataTable by using a select list - this list will contain year values, so a user chooses a year and only corresponding data enters. Jquery is not my strong...
View ArticleColreorder and save state
I am using data table and allowing user to re-order columns , there is a refresh function which will make a AJAX call to fetch the JSON from server and re-initialize and load the data table every 1...
View Articleserver-side processing gets stuck
Hello, Iam using xampp-win32-1.7.7-VC9 as a backend and dreamweaver cs3 as frontend.I am trying to run the sample server_side.html, but its not displaying the data from table "ajax". I have created the...
View Articleunderstanding editor join json object elements to populate select list
Can anyone explain the format of json object which is part of editor json to populate select list in editor? For eg I am referring to the json in example:...
View ArticleTabletools.js has a error
i am using tabletools.min.js on my project, it work pefect but i change to Tabletools.js it does not work, this is the lines of code initialitiation oTable_criterios =...
View Articleproblem with TableTools.js code
hi, i am using TableTools,js for my project, i use this lines of codes "oTableTools": { "sSwfPath" : "../../css/copy_csv_xls_pdf.swf", "aButtons": [ { "sExtends": "print" "sInfo": bla bla bla" }, {...
View ArticleAll Results Showing at top of page
I am using server_processing.php, it connects and returns data, however all rows are returned at the top the page, then the datatables display correctly underneath. At the top of the page I get this:(I...
View Article