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

Use of aaSorting makes a column need to be clicked twice

Allan, Basically I have the same issue as mentioned here: http://www.datatables.net/forums/discussion/865/aasorting-problems/p1 But since that topic is closed I will repost here. I noticed that when I...

View Article


Set date with datepicker and reload table from server with selected date as a...

Hi Allen, I am using DataTables on my page. Now I have included a datepicker element to use it for selecting a date. The selected date should be sent to the server where to use the date as a filter....

View Article


fnUpdate without replacing the whole <tr>

It looks to me like when I call fnUpdate to update the data for a single cell, it actually repaints the whole row. That's a problem for me, because other cells in that row might be in the middle of an...

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

How to delete a selected row using a dowpdown/combobox?

currently, when the user clicks on the DELETE link, it deletes the selected row. I want to use a combobox/dropdown instead to delete the selected row? How can i use a dropdown selection to delete the...

View Article


heading and data column widths differ

I've a datatable that gets server side data via POST from a servlet returning json aaData. The data has 53 columns. When the table first displays, it has all the data. I then hide all but the default...

View Article

Event handlers in Jquery

I have some event handlers on my row expand as shown in this example. http://datatables.net/release-datatables/examples/api/row_details.html As you can see from this code, it is also using the JQuery...

View Article

How to customize columns display with server side processing.

Hello everyone, I started to use server side processing (for PHP/MySQL) but I have a problem. Before I displayed my Datatables like this : <table class="table table-striped" id="liste">...

View Article


colResizable compatability

I am trying to get the current version of http://quocity.com/colresizable/ to work with the current version of datatables, has anyone been able to accomplish this? Am I doing something wrong? Thanks

View Article


Problem with setting values to aoColumnDefs, "aTargets": and...

Hi everybody, i am very happy to use Datatables because it makes my life much easier until i cant move with the following problem. here is the part of my code. { "aTargets": [0], "sClass":...

View Article

where to put .button() call

When using a jQueryUI button in a datatable, it seems that either of these works: "fnRowCallback": function (nRow, aData, iDisplayIndex, iDisplayIndexFull) { $(nRow).find(".the-button").button({ icons:...

View Article

fnAddData img closing tag removed

Hi, I run into a strange issue while playing with DataTables: The closing tag of img elements are removed when added to table via fnAddData (only img tags). Is this a bug / feature? :) <table...

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


Static Table then Load from Server

Wondering if this is possible. When my page initially loads, I have a static table on which I apply dataTable. Subsequent to that, user interaction my update, add or delete data to this table -- so I...

View Article

javascript error when using aoColumns

I'm using datatables with bootstrap and when I try to add any settings through aoColumns I receive the error in Chrome "Uncaught TypeError: Object [object Object] has no method 'charCodeAt'". This only...

View Article


Getting filtered rows when using scroller plugin

Hi all, I am trying to get the FULL filtered result set from data tables but am unable to find a good way to do this. I saw many other questions asking how to do something similar and the common answer...

View Article

Weird Visual Issue integration with Bootstrap

Hi Allan, thank you for the time you take to update this plugin it is really helpful. I am upgrading my project (that is currently using bootstrap) to include it in datatables plugin. I download...

View Article


DataTables server-side processing:DataTable warning:JSON data from server...

This is my table in table.html <table class="table responsive-table" id="sorting-advanced"> <thead> <tr> <th scope="col">Contact_Name</th> <th scope="col" width="15%"...

View Article

Php + PostgreSQL = it Works, but doenst find records

Hello, I will try to be quick and clean :) Im using the script provided on this link http://datatables.net/development/server-side/php_postgres Following, the changes i made on the file: /* Array of...

View Article

Threshold Limit data tables result

Does any know Threshold limit for Data table row limit? In my application, we will have 20000 rows, Will Data table handles it? Thanks

View Article
Browsing all 1816 articles
Browse latest View live