Quantcast
Channel: Recent Discussions — DataTables forums
Browsing all 82099 articles
Browse latest View live

Uncaught TypeError: Cannot read property 'className' of undefined

when apply DataTables to the table with a row 'colspan = 7' below, an Error occured: Uncaught TypeError: Cannot read property 'className' of undefined. (I have try it in "DataTables live" and debugger:...

View Article


DataTables hidden row details example code is deprecated

Hi there, i would like to notice that the "DataTables hidden row details example code" is a little wrong because from Jquery 1.7 .live() is deprecated. If you want, you can use .on() instead of .live()...

View Article


sPaginationType : bootstrap doesnt work

Hello, I am trying to use sPaginationType as bootstrap but adding this fails initialization of datatable and i get nothing. If i take sPaginationType out, i works using two_button but i want to use...

View Article

The TableTools don't appers in screen

Well, i'm doing the code above to show the TableTools but the buttons don't appers, and don't show any errors. $('#consultar_fornecedor').dataTable({ "bJQueryUI": true, "sPaginationType":...

View Article

Cant sort a column with custom type

Hi, im trying to add datatables to the table on http://www.kickwelt.de/infos.phtml?cat=1&d1=7&d3=2 The last three columns have a specific numeric format (dots as thousand seperators and commas...

View Article


Large html table

Hello, I need some help for my table. I'm using DataTable 1.9.4. I have (for now) 350 row in my database that i want to show in one html table (18 columns) and 25 rows by page The number of rows will...

View Article

Row level functionality

Hello, Is their a way where i can bind an Id with row in datatables? I get 3 columns from my database and display 2 in datatable to user, but what i want is to attach 1th column (which is Id) to whole...

View Article

Moving the Length Selector into a table construct

Dear community, What I'd like to do is to create a plain HTML table inside the top of the datatables in order to align further elements (e.g. advanced filter options) in the datatables top. To get you...

View Article


DataTables warning (table id = 'dataTable'): Requested unknown...

I'm trying to use the DataTables (CRUD) plugin that can be found on DataTables Data Manager (CRUD) Add-on I'm using DataTables 1.9.4 jquery.datatables.editable.js 1.3 jQuery 1.9 So far everything is...

View Article


Fixed column header width does not match body column widths

The headers don't line up with the column widths. Example: http://jsfiddle.net/DyMSb/1/ http://s17.postimg.org/dybznay9b/screen.png I'm using:...

View Article

Submit Button in TableTools

Hello, I need to have a submit button that call other page so I can work with the checkboxs values... How can I do this? Best, Sílvia

View Article

Getting Values from the data table that are checked and displaying them

Purpose: My user is selected line items by checking the box, pressing the submit button, and reviewing there selections, and outside of the scope of this Jquery data table, the user would continue to...

View Article

Using aoData.push with POST

I looked everywhere and couldn't find an answer so I thought I'd ask! I'm trying to post the value extradata to the workouts.php file using the aoData.push. I can receive it in workouts.php when I use...

View Article


Need help in TableTools

Dears, only the PRINT button works. The remaining buttons (COPY, CSV, XLS, PRINT) do not respond. The SWF file path is correct. I copied the file "copy_csv_xls_pdf.swf" from site...

View Article

TableTools and server side

Hi everybody, I use Table tools like this : TableTools.BUTTONS.download = { "sAction": "text", "sTag": "default", "sFieldBoundary": "", "sFieldSeperator": "\t", "sNewLine": "<br>", "sToolTip":...

View Article


Drill-down data

Hello all, A new thread for a new blog post :-) http://datatables.net/blog/Drill-down_rows . In this post I show how a details row in the table can be controlled by the end user through the API, with...

View Article

Display Length Selection alters all select HTML entities

While working on customising a page powered by DataTables 1.9.4 I stumbled upon an amusing bug in its logic. When you select a display length (indicated as Show # entities by default), DataTables will...

View Article


sScrollX doesn't seem to work when datatable has 0 records.

I've played a lot with this setting, and basically I've found that if I set sScrollX to 100% and bAutoWidth equal to false, a table will behave perfectly (if it has data). If it does not have data, the...

View Article

Refresh Datatable Difficulties

I'm struggling to find a way to refresh my data table. It is currently set up and being populated in this manner: function AjaxCall() { // Send ajax call SendAjax("/Services/EventHandler?SomeHandler",...

View Article

colvis (1.1.0 dev) + fixedheader (2.1.0 dev) : event triggering

Hello, First of all, thanks for datables and all the plugins... really great job. I've just updated my code to use the dev version of these 2 plugins. I see that fixedHeader catch the column-reorder...

View Article
Browsing all 82099 articles
Browse latest View live