Deleting Last Record on Paginated Page
Hey all, I'm having a strange issue. Whenever I delete the last item on the last paginated page, it reloads the pagination but displays that the table is empty. Therefore, no page is selected, since...
View ArticleHow to use Hidden title numeric sorting for thousands separator
Hi there, im using dataTables with "Hidden title numeric sorting" plugin because my table rows look like this: 1,100.30 8,000.10 120.50 using "," as thousand separators. But im getting the rows sorted...
View ArticleUse fnGetData w/Ajax data source
The example in the documentation to get TR data when clicked works perfectly using DOM data source, but fails to get row data when using Ajax data source. Should oTable.$('tr').click function be inside...
View ArticleDatatable Plug-Ins with Rails
I'm trying to use the sorting by 'Hidden title numeric sorting' but this is not sorting by the title's value but the actually displayed value. What am I doing wrong? This is in the application.js: //=...
View ArticleMVC3 using DataTable and Editor
Hello, I have DataTables working and I am trying to implement Editor. Does anybody have an example of the server side code (i.e. an MVC controller) that I should be using. I have tried quite a lot of...
View ArticleUsing fnServerData to get JSON from an asmx web service
I am having trouble getting the fnServerData to poplulate the DataTable. My web service is called fine and returning data that I can access, however the DataTable constantly says "Processing" I have it...
View ArticleaTargets and mData column names
I've got a table which uses mData to set the names of the columns for pulling the data from the json stream: { "mData": "id", "aTargets": [0] }, { "mData": "name", "aTargets": [1] }, ... This works...
View ArticleShow datatable using server processing
Hi, I'm newbie and I'm trying to show my first datatable using server side processing. Right now I have solved the error Undefined index: sEcho in server_processing.php, and I get the values from...
View ArticlefnAddTr - Microsoft JScript runtime error: Object doesn't support this...
I know this is probably obvious, but... what js file do I need to include to get fnAddTr()? I am calling it like this: var searchRt = $("#visibletable table").dataTable({/* options */});...
View ArticleCustom Sort Order for Filtered Results
Hello, I have a table that includes first and last name under ONE column. I am being asked of the following and not sure how to implement it nor feel it is a worthy task. When the user enters filtered...
View ArticlePaginator like remylab.github.com/jpaginator/
Hi guys, it is the first i write in this forum but i checked it often looking for help! I would like to have a paginator like this one: http://remylab.github.com/jpaginator/ because i have an huge...
View ArticleIntegrating DataTables with Angular.js
Hi, I have been using datatables for a while, and it works great for my site which renders the table on the server. I have been working on my next iteration, where I have used Angular.js to provide...
View ArticleHTML Required for MySQL database
Hi, What is the correct HTML required on my webpage page for DataTables to work with a MySQL database? I cannot see in the extensive documentation, under Server-side (MySQL); what the main HTML...
View ArticleHow to export table to CSV, PDF and Excel using jQuery in Symfony2
I use jQuery in Symfony to display data in a table. I want to export this table in PDF, Excel, CSV. I followed this link http://datatables.net/extras/tabletools/ but without positive response. Who...
View ArticleExclude definded Text/HTML in exports (pdf, cvs etc) in each row
from PHP server script (a loop from db array) $qTable .= ' <tr> <td >'.$row['id'].'</td> <td>'.$row['section'].'</td>...
View ArticleError Message ("Cannot reinitialise DataTable") When Table is Blank
I am using dataTables 1.7.3 and obviously I love it.... a truly amazing script! I am, however, having a small problem that I'm hoping someone can help with. I have the script setup to run on a 7 column...
View ArticleGetting null values in JOIN query and JSON
Hi. I'm using server_processing to do a JOIN query. Everything goes ok (show datatable and values), except in some columns where I get null values. I attach a simple netbeans project and ajax database....
View ArticleHow do I make certain rows non-editable?
Is there a simple way to make certain rows non-editable?
View ArticleRead-only columns displayed only in DataTable?
The following example in the always impressive documentation describes how to hide certain columns from only the Editor view:...
View ArticleNotice: Array to string conversion for check boxes
Hello, In Editor 1.2.1, I have a checkbox with options as shown below, where I'm getting an error like: " ... Notice: Array to string conversion \DTEditor.mysql.pdo.class.php on line 507...
View Article