Quantcast
Browsing latest articles
Browse All 124 View Live

Configure Columns Width, Filter button disappears

Hi, I am trying to configure the width columns in database to avoid rows growing to much. I am using this configuration http://live.datatables.net/moyucek/1/. If i don´t use { "sWidth": "5%" }, or any...

View Article


Images are '404 Not Found' on datatables.net.

I am waiting for the 2.1.6-dev TableTools package... but for now, I am using nightly builds: [code] [/code] In the Firefox console, I am getting this error: "NetworkError: 404 Not Found -...

View Article


Shrink of table on table data refresh

I did table refresh which refresh only data inspite of rendering the whole table by reapplying the properties of column every time i am reloading data. Regarding UI the width of the table shrinks 1px...

View Article

'Cannot reinitialize' warning using reference to dataTable defined with no...

For some reason this syntax is now triggering the Cannot Reinitialize DataTable warning: var oTable = $('#tblEmailRecipients').dataTable(); I've used this elsewhere, and it's worked fine. The only...

View Article

Datatable conflict with Dojo

Hi, I notice a very annoying conflict between datatable and dojo.js Trying this simple example : [code] $(document).ready(function() { $("#mytable").dataTable(); }); Name Test [/code] Give me the js...

View Article


Clear saved state by clearing local storage

Hi My application uses tables with a whole bunch of columns. I'm using the fabulous ColVis plugin to hide and show the columns the user wants. Thanks to fnStateSave, I can very easily keep all filters...

View Article

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

Can Not obtain data from mySql

Hello folks, I am new to datatables and am having a heck of a time getting started. I can not even get the examples to work right. I am using Windows 7 Professional, WebMatrix 3, PHP v 5,4 and MySQL...

View Article

AJAX data source throwing TypeError: b[a] is undefined

(debug code ucolef ) I'm trying to get my tables working with an AJAX source (client-side processing). The table definition looks like this: var bbTable = $('#bb_datatable').DataTable({ "sDom":...

View Article

Image may be NSFW.
Clik here to view.

ajax.reload keep inline edit

table.ajax.reload(null, false); console.log('ajax.reload'); }, 10*1000 ); My table every 10 seconds reload. If I'm editing while reload,Edit box disappears. Please see GIF. Thank you for your help.

View Article



Image may be NSFW.
Clik here to view.

Downloader page not current?

Navigate to https://datatables.net/download/.

View Article
Browsing latest articles
Browse All 124 View Live