Quantcast
Channel: DataTables 1.9 — DataTables forums
Browsing all 124 articles
Browse latest View live

Custom message in sInfo using Scroller

I am trying to put a custom message in sInfo as below: <span class="lvllbl"></span> "sInfo": 'There are a total of TOTAL <span class="lvllbl"></span>(s).', But the Scroller...

View Article


Multiple table with aoColumnDefs

Hi everyone, I've got two tables on the same page which i initialize in the same times ($(document).ready). I use these with tabbable (bootstrap 2.3.1) to switch from one to the other. The first one...

View Article


accent insensitive filter

hi, is it possible to do filter that is accent insensitive ? Thanks

View Article

Sort without accents

Hello There, Im having problem sorting word that have accent. i found a post here that a guy named rbraga found a solution. The solution was that the code snippet that he wrote remove all accent before...

View Article

legacy 1.9 - need button on row to invoke editor in edit mod

sorry this is probably a question answered a million times before in the past, but I can now only find 1.10 discussions. So: need to have an "Edit" button on each row, that brings up Editor in edit...

View Article


What is causing the Item Index # (# items in datasource) to show in Chrome or...

I'm new to the Datatables plug-in and I'm experiencing a very frustrating occurance/issue and I think it's related to the Datatables plug-in. The Datatables plug-in is an excellent tool and everything...

View Article

fnDeleteRow with jQuery

Into the last cell on a table with datatables i use icons for some actions. One of them are a delete-icon, with this the data into this row will delete with ajax. Now i'd like to delete the row also...

View Article

Re-initialize dataTable from fnServerData

Datatable is being initialized with 2 ajax calls: table structure (columns) and table data. Structure data is being cached. Case: User removes last records from table Table being initialized (reDrawn)...

View Article


reload data after clicking button

I load data by default like this [code]$('.datatable').dataTable({ "sPaginationType": "bs_full", "bProcessing" : true, "sAjaxSource" : "loadusers.html", "sAjaxDataProp" : "test" });[/code] My table on...

View Article


Jquery version compatibility with DataTables 1.9.4

Hi all, we are using jQuery 1.7.1, is it compatible with the 1.9.4 release of DataTables?

View Article

same mRender function for multiple columns

I'm using mRender to provide a rendering function for two columns in a DataTable. However, I can't use the same aoColumnDefs entry for both columns, because they access different columns of the data...

View Article

set column width

Hi there, I use dataTable version 1.9.4. It is a powerful product. However, lots of features, styles and functions are difficult to implement. I have been struggling for a while to set column to fixed...

View Article

Exclude expression onglobal search

Hello, I created an advanced search with all the columns of my database, I have also the first search field called Global Search. I would like to know how can I exclude one expression from the search....

View Article


DataTables 1.10 serverside sp.class.php

i have this message in serverside Notice: Undefined index: columns in \ssp.class.php on line 159 Notice: Undefined index: draw in \ssp.class.php on line 245...

View Article

Datatabls only showing first 10 rows of 200 row table

Hi I've had my set up working for ages but now it only wants to show the first 10 rows and I can't see what's changed to make it do this. The data is pulled from a database via ajax and I can see all...

View Article


localStorage for state saving and updates in 1.9

Hello all, I've just posted a new blog entry describing the state changing API changes that are in DataTables 1.9 and showing how the new state saving API can be used very easily for saving your...

View Article

How to use datatable with a complex query?

I have the following query which I converted into a MySQL View, however, when using the View in datatables and passing some where filters, it takes forever for a query to run. When the following query...

View Article


How to pass a PHP form variable to server processing for use in WHERE clause?

I have a form in my application where you select a "customer" and a "startdate" and "enddate". When the user clicks on "submit", I want to pass these 3 POST variables through to datatables to be used...

View Article

FooterCallback - both totals coming back as page totals

I'm using the footerCallBack and the Page Total and Total amounts are the same. Here's my code: <script type="text/javascript" language="javascript" class="init"> $.extend(...

View Article

[COMPLETE SOLUTION] - Passing Filtered and/or Paginated Form Fields with...

I'm posting this "complete solution" (hopefully it is for the vast majority of you) of how to handle passing form fields that are visible or hidden (due to pagination or filtering) and optionally,...

View Article
Browsing all 124 articles
Browse latest View live