custom sorting not working in decending order
Hi All! I am using DataTables and the issue I am having is for my date columns I am using mm/dd/yyyy hh:mm am/pm format and when I click on date column to sort, DataTables changes have correctly...
View ArticleColumn Filter Widgets - lost css style for toolbar ui
Hi, I've managed to integrate Column Filter Widgets and date picker to my DT. The problem I'm facing is that I've lost css formatting for <div class="fg-toolbar ui-toolbar ui-widget-header...
View ArticleNeed pdf generation with tabletools help
Hello, I am using tabletools with the TablePress WordPress plugin. Tobias sent me this way. In many of my cells I am using the ⁄ to produce fractions. When I export to PDF I get 3?16 instead...
View ArticleSearch box customization
Hi! I completely love this plug-in! Was working out all day on this...I had an idea ...Was wondering if this can be done...I wanted the search box to appear when I "right clicked" on a particular...
View ArticleEscaping HTML with datatables
I have datatables set up like so : <tbody> <?php $options = array("" => "", 'start' => 'Start Session', 'stop' => 'Student Not Present', 'abandon' => 'End Session', ); foreach...
View Articlethe sDom parameter
Hi Allan, I don't fully understand the sDom syntax. Take your example: "sDom": '<"top"i>rt<"bottom"flp><"clear">' How do I read this? I understand the letters as identifying parts of...
View ArticleCustom sorting for mm/dd/yyyy hh:mm am/pm format
Can anyone post custom sorting for mm/dd/yyyy hh:mm am/pm format? I am writing the custom code and its working for Ascending and not working for Decending. My custom code:...
View ArticleServer side processing with vbscript
Hi everyone. I am using datatables in classic asp. I would like to use server side processing for loading the table with data. I found this link and...
View ArticleAdvice needed how to use "live" checkboxes with datatables...
Hi, I'm discovering datatables and novice to javascript and DOM. Currently i face problem where I need to modify datatable onthefly and how it renders (draws) page. I have couple of checkboxes which...
View ArticleMultiRow Selection in a Single HTML Table Column using a Drop Down Box
Hi, I'm looking for method to allow multiple row filter selections within a single column. I'd like to be able to selected for example multiple message(s) from the rows within a HTML table in a drop...
View ArticleFixedHeader makes table header twice
Hi, I still learning with this great tool and I have little problem with FixedHeader addition. I just have default setting, no custom codes. And looks like (same in IE, Chrome, Firefox):...
View ArticleCakePHP DataTable Component
For those of you who also use CakePHP I've written a Component that handles a lot of the server-side processing necessary for dataTables. Have a look https://github.com/cnizzdotcom/cakephp-datatable
View ArticleUsing fnDeleteRow removes wrong row after 1 or more rows are deleted.
Version: 1.8.2 I am using datatables and allowing the user to remove row dynamically. However, I have ran into the issue that if you delete from the top down, row 0 being the first row index. The wrong...
View ArticledataTable not loading aaData parameter
So the table is on the page <table width="100%" id="ticketListTable" class="genmed"></table> I then use AJAX to return the data $.ajax({ type: 'POST', url: "ticketAjax.php", data:...
View ArticleWhy is _fnRowDeselectAll called when paging?
We have a table using DataTables and TableTools, getting each page of data from the server. If we select items on one page, then goto another page, the items selected on the first page are no longer...
View ArticleBug: Sort number column, and sType
I'm sorting my columns and my numeric column gets sorted by first digit like so 1 12 130 2 21 22 3 4 5 So i thought to try the aoColumns "sType" and set the column to be numeric. This worked for the...
View ArticleProblem solved, please delete
I'm amazed with DataTables plugin! Thank you very much for developing it Alan!
View ArticleAdding buttons before "records per page" drop-down
Hi, I am new to DataTables and still trying to understand sDOM settings. I wanted to add two buttons just before the "records per page" drop-down menu, in the same line on the left-hand side. I am...
View ArticleDatatables with twig
Hi everyone, I have a symfony2 project with twig as template engine. I'm developing my CRUD pages with datatables 1.9.x. I'm using it to display all records and in every row I'm adding non-database...
View Articlewebbrowser control strips "&" character when invoking...
Hi, I'm using v1.9.4. When running the code in any browser, everything is fine, but when running the code inside our .net I.E. webbrowser control (versions 8, 9 or 10) the "&" character is being...
View Article