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

Add second footer row showing totals for filtered rows and minding hidden...

Hi, I'm currently able to build up an array of totals for all of my filtered rows, using the underscore: var totals = ['Filtered Totals:']; var rows = table._('tr', { "filter": "applied" });...

View Article


Search doesn't work properly while typing initial text; works if I add...

I have a simple datatable with Bootstrap2 from the example. When I enter a search for 'Cruz', and the table displays no results even though there is a name 'Cruz'. When I add any letter and then delete...

View Article


Share: Pipeline splice of undefined

I use DataTables 1.9.4, Colvis 1.1.0-dev and columnFilter 1.5.6 UPDATE: See my post below (3rd comment) Recently got issue "splice of undefined" with pipeline around: json.aaData.splice( 0,...

View Article

How can i change dataTable lable names language dynamically

Hi I m using python, plone for my project. But i m new to dataTables, I cant find a way to change the dataTable label names like search, entries, first,last,etc. What i need to know is how can i change...

View Article

[Please Help] Row Selection with Fixed column

Dear Allen, I am using datatable with fixed column plug in. but when i click row on fixed columns, it doesn't select entire row but only selects Fixed column row. could you please provide solution like...

View Article


MySQL query result

Hello, I'm new with Datatables, and I haven't figured ou how to show MySQL data in a datatable table. I'm trying to use the following code: <html> <head> <script type="text/javascript"...

View Article

Using ThemeRoller. Not working

Hi all, The ThemeRoller not working for me Everything is the same as the source code of the web site at this page https://datatables.net/styling/themes/overcast Is that someone could give me a proper...

View Article

mRender return object doesnt work ! why ?

I am trying to return an object in mRender function but datatable adds [object Object] string in column. is it possible to return object ? because it can be helpful in structured coding to grab ref to...

View Article


[Please help] Datatables fixed with columns.

Can anyone help with the following problem? I’m trying to create a Datatable with fixed width columns. 1. If I specify 10px for the column width, Datatables resizes the columns to occupy the full page...

View Article


aData is undefined in datatables - tried everything on the forums here - none...

I am using `1.9.4 -jquery.dataTables.js`. I get `aData is undefined` error. I have seen several posts that on this issue, I tried everything but none helped. My `JSON object` that is returned is what...

View Article

severside processing does not work in datatables jquery?

Here is my code: <script type="text/javascript"> $(document).ready(function() { var oTable = $('#search_table').dataTable( { "sDom": 'T<"clear">lrtip', "oTableTools": { "sSwfPath": "{%...

View Article

Getting filtered/unfiltered rows when using deferred rendering

I know this subject has come up in the past, but I'm hoping that I might be able to dig out more insight on this as I haven't been able to find a real solution... I'm using Datatables 1.9.4. I have a...

View Article

datatable not showing all the entries?

In total, I have 11 records, but the table is showing only 10 entries. It also displays "Showing 1 to 10 of 10 entries", but there are 11 entries. The "next button" also does not work. what is wrong...

View Article


server side load with custom columns

Is it possible to do a server side load of a table with custom buttons . This is my table, I have a custom column called actions where I load the actions button depending on a flag on the data for the...

View Article

Sorting issue with pagenating in server side processing

Hello there! I am using server side processing with paginating and sorting turned on and managed to get the paging working on a very large data set (>2.4 million rows). However, I've had problem...

View Article


Cell cannot be updated (Server error) ? mvc4 jquery datatables

Hi As title stated i am facing the issue . Is there anywork around to know how to resolve and find the cause of issue . Thing is when i use fnRender i am getting this error when i remove this the...

View Article

Colvis - no overlay on show, so I can't hide it when I'm done...

When I click on Show/Hide Column, the list of columns doesn't show up properly and I can't hide the list either. This is what it looks like: http://i.imgur.com/0HyhTUQ.png scope.options = {...

View Article


Exlipic save and load state

Hi, any suggestions on the best way to add save/load button to data table? Instead of saveing state user would need to click and provide additional info like name. Currently... save state is called...

View Article

Dec to HEX conversion

HI All I am using a MySQLi data connection example ( http://datatables.net/development/server-side/php_mysqli ) to retrieve the required data, this is working great but the information in the Database...

View Article

Rowspan in <tbody>: Cannot read property 'className' of...

I'm using JQuery and DataTable plugin with my tables. So, I need use rowspan in the body of my tables, but a error message is displayed in the console of the chrome: Uncaught TypeError: Cannot read...

View Article
Browsing all 1816 articles
Browse latest View live