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

click a button to load data

hello, i've been working on this issue the last few days and i'm stumped. i'm trying to load data via a jquery click event attached to a button. i'm able to load the data but, when the button is...

View Article


help with Initialisation code

Hi All, I am new to using DataTables and JQuery. I was going through the set up steps as a test and the instructions say to add the following code, but I am not sure where I am suppose to insert this...

View Article


Impossible to detect float

Hi, I have a column with many float inside but they are detected as string and then the sort don't work very well. for example : 7.5 is bigger than 10.2 when i do a sort. If i put a 0 in front of 7.5...

View Article

Datatable with IE 8 and 9

Hi, We used datatable for our website. it is working fine in Chrome and Firefox but not in IE 8 and IE 9 that work too slow. IE takes 5 times more time in compare of Chrome and Firefox. we debug it and...

View Article

jQuery Datatables, Bulk adding rows with additional attributes

Currently I am adding rows to a datatable like: $.each(data.data.events, function(i, v) { var tobj = data.data.events[i]; var dateString = formatStatusDate(tobj.event_ts_begin);...

View Article


Huge data loading issue

I am using DataTables 1.9 with server side processing for getting data from database. I have lot(around 33) of joins in SQL query because of that page loads too slow. Database is structure is too...

View Article

How to refresh table after adding or removing a row from server

Hi all, What am I do wrong? I add or delete a row with javascript, then I want to refresh the table. I tried to several methods, but I could not make it. What am I missing? refreshDT($("#myTable"));...

View Article

Datatable not displaying in google chrome

The datatable is not displaying in google chrome. Else on all browsers it is visible. I have used JSON file. The demo code for one row is, { "aaData": [ [ "<a href=\"#\" class=\"linkname\"...

View Article


Please Help Me... About Editable rows..

I had trouble with "API-Editable Row" how to insert data in mysql.....especially in server side processing I Using PHP and Mysql. Please Help Me....

View Article


another complex header alignment issue

We have some complex headers not lining up with the data, here's a screenshot: http://d.pr/i/IkbC This is a dev server in constant flux, but here's a link:...

View Article

How to show/hide the divs on click of the particular datatable row

I have 2 divs, one div has the datatable. On click of the particular row of datatable hide the datatable div and open the another div. Can i have any solution?

View Article

updating a total column in an editable row

separating out the #2 point from this http://datatables.net/forums/discussion/comment/47691# 2) i'd like to make it so that when you commit a change in the keytable the total colum is updated in...

View Article

Simple example..just cant get it going

Hey mate...first off congrats on the awesome product. Have been trying very hard to get the version 1.9 going with the knock out plugin but have given up on that since there are additional issues with...

View Article


IE9 memory size with large datatable

Hi, I am using datatables 1.9.4 with IE9 (which I am forced to use due to policy here). I have a table with 9 columns. The columns are mostly text, but are a reasonable size, most columns around 15...

View Article

Custom sSortDataType

Hello, I'm facing a problem with custom sorting datas My test page is available here http://www.strangeplanet.fr/files/movies.htm For "Name" and "Filesize" collumns I added a "data-value" attribute...

View Article


Export all pages to excel

I am tring to export all pages to excel but it doesn't work. Am I miss something? $('#table').dataTable({ "oTableTools": { "aButtons": [ { "sExtends": "xls" } ] }});

View Article

Using DT_RowId within mRender to create a link

I am trying to reference the DT_RowId to create links using mRender. All my rows are correctly getting their id from the server-side DT_RowId. How can I refer to the row Id? Here is the code that...

View Article


Data rows not redrawn when calling fnDraw()

Hi, Hoping someone can help as its driving me nuts! I have used datatables quite a lot over the last few months and thought id had everything sorted but this latest page and the requirements just wont...

View Article

Simple Example Tutorial for Datatables

Hi All, First off i would like to say that i am very new to using API,s from Javascript/Jquery. I am trying to get the very basic PHP tutorial using Datatables to work, I have edited the normal...

View Article

How to get the display datatable value in the server side script PHP during...

How to get the display datatable value in the server side script PHP during the CSV/XLS/PDF download. TableTools.DEFAULTS.aButtons = [ "csv", "xls", "pdf" ]; TableTools.BUTTONS.download = { "sAction":...

View Article
Browsing all 1816 articles
Browse latest View live