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

mRender gives warning: DataTables warning (table id =...

Hello, I am looking for some help to avoid the warning - DataTables warning (table id = 'someTypeTable'): Requested unknown parameter '0' from the data source for row 0 - when am rendering the...

View Article


Obtain number page

Hi all, I have a table, in this table, I can select a row, and then I do one action, the table is loaded again, and the row that I had selected, It must appear selected again. It work correctly, but my...

View Article


Possible bug in _fnSetCellData(oSettings, iRow, iCol, val) function

The function _fnSetCellData(oSettings, iRow, iCol, val) in jquery.dataTables.js ver 1.9.4 makes use of oCol without checking if it is undefined: oCol.fnSetData( oData, val ); On one occasion, I got an...

View Article

move "Showing 1 to 10 of 57 entries" to the top instead of in the...

Hello, I need any help, I want to move "Showing 1 to 10 of 57 entries" to the top instead of in the bottom. I don't know what I can do ? Could you help me please ? Thank you Chamnan

View Article

Is there a callback function for Colresize?

Hi, I am using the colreorderwithresize.js plugin. Everything works fine, but most of the times the table is not getting aligned with header when the header is resized. I am trying to figure out if...

View Article


Is there a way to get DataTables to apply stripe classes to the <td>...

The asStripeClasses feature is awesome. I dynamically create <style> tags when creating my tables based on style choices made by the user and then I use the stripe feature to have DataTables...

View Article

Loading AJAX dataset: no "processing" state, only "No data...

I have this in my table definition: oLanguage: { sProcessing: "<img src='../images/spinner2.gif'>" }, But whilst the table is gathering data from AJAX (which displays fine, after about three...

View Article

DataTables with jquery ui buttons - performance

What suggestions do folks have for rendering jquery-ui buttons within a column with DataTables? Specifically, it's been extraordinarily slow (about 2-seconds) since I started rendering two anchor tags...

View Article


tabindex and sorting

I'm creating a table with form input elements in every table cell for editing data on a large scale. The requirement I have is the tabindex goes up and down, not left and right. I can easily set this...

View Article


artifacts on screen (header of table appears elsewhere)

We have upgraded to latest version of http://www.datatables.net/ jQuery plugin. Now I have some issues: table header appears on top of screen (as if it's set a CSS position=absloute, and on upper side...

View Article

TypeError: n is undefined

I'm getting this error on the page before the grid is even loaded. The offending code appears to be the middle line below. var n = $('div.nav_blocker')[0]; -- n.style.height =...

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

fnReloadAjax - How to Immediately load?

Hi, i'm using fnReloadAjax, it's working well ! (; But my tbody is only loaded after the setInterval. $(document).ready(function() { var oTable = $('#example').dataTable( { "aoColumnDefs": [{ "sType":...

View Article


Cannot using bProcessing along with sDom

Hi, i have error "Typeerror: AN is undefined" when running datatable with bProcessing and sDom options together, here are the debug data http://debug.datatables.net/enamex Really appreciate with your...

View Article

Translation issue of "sInfo" text while the data is being loaded

Hi, We came across an issue in regards to translation of "sInfo" text in one of our projects. "sInfo" refers to "Showing 0 to 0 of 0 entries" text. We a load quite a lot of data via Ajax. Once the data...

View Article


DataTables 1.9.4 CSS Not Being Applied ?

Hi, Firstly as this is my first ever post here I would like to say what an absolutely outstanding piece of work DataTables is. My problem is that I have a DataTable that works perfectly using...

View Article

aaSorting different with different column type

Hi, I'm not sure about how to do that, and didn't found much on google. My datatables are always by default sorted on the first column, but I would that if it's a date column, that the sort is...

View Article


Why does datatable run so slow in IE,8,9 etc..

Hi All I have a table of 400 rows and another of 100 rows. But when i load it on IE 8 and above it runs quite slow. But in firefox is much better. Any ideas? Is there a way to fix this. Cheers

View Article

How to reset the table width when using kike table plugin?

Hi, I am using kike table plugin to expand / shrink the column width dynamically. Everything seems to work fine except for the fact that when the column width is reduced the table width is not getting...

View Article

Clickable (http links) titles -- best way?

I would like the titles inside my toolbar to be clickable links. I can bury the markup inside the title attribute, but then that messes it up as an actual title (though most tables don't strictly need...

View Article
Browsing all 1816 articles
Browse latest View live