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

Problem with ajax

I use data table jquery in php and on select box click i change data in datatable using ajax on select , but when new data add in datatable and i search data using search box in datatable naw data is...

View Article


Multiple header rows and colspans using dynamic creation example

Is there a way to pass in multiple header rows and add colspans while using dynamic creation rather than having DataTables read from the DOM? I'm trying to optimize rendering of a very large table...

View Article


sAjaxsource modified url (search) making 3 times Ajax call to server instead...

Hi my code is like this,first ajax call is working fine ,if i enter the new value in search box and pressing the enter then it is making two ajax calls first with old search value and then new search...

View Article

Problem with filtering and displaying issue

Hi there, this is my first time using DataTables, so my understanding is quite limited right now. Ok , following: I do retrieve data from a mysql database using following php code which i copied...

View Article

Change sLengthMenu from dropdown to somethign else

Instead of having a drop-down for the sLengthMenu I would like to have a series of <a> tags, like the following: "sLengthMenu" : '<a class="length_button">25</a>' + '<a...

View Article


Placement of show and hide columns next to information div

Hi - I'm trying to place the "Showing _TOTAL_ entries" control (the "i" information div) top right above the data table and then place a custom columns select box to its left (see...

View Article

Modifying oSettings.aanFeatures.r

Greetings and thanks for this awesome plugin! I've looked and looked through google searches and the documentation on how to change this, but could not find any reference to it. I would like to change...

View Article

Performance issue on 'full_numbers' pagination

I'm using datatables 1.9.0, It is very well, and saved many time of my team. But we encountered a issue during performance testing, the table loading very slow if the records count is big. I debugged...

View Article


Please tell me the way to serach some columns using by double-byte...

first of all, thank you for making this cool system !! I found "datatables" is useful and speedy better than MySQL! the other day, I downloaded "DataTables-1.9.4" and mada this site ↓ I could use...

View Article


JQuery DataTable Column Filter - External Form - pre-selected filter

Hi, we use the Query DataTable Column Filter Plugin (External Form) http://jquery-datatables-column-filter.googlecode.com/svn/trunk/external.html] to get our data filtered. Example: { type:"select",...

View Article

Submitting forms with pagination

Hi, I know the examples for sending forms with serialize(), e.g. described on this page: http://www.datatables.net/examples/api/form.html But I am not able to send all elements in a form. My code looks...

View Article

Selected Rows are not checked when press next

I have selected all the rows including the hidden one using the code var oTable = $('#' + tblName).dataTable(); // Get the nodes from the table var rowCount = oTable.fnGetNodes().length; But when I...

View Article

How to avoid a second ajax request

Dear community, After looking around I found several disussions which are also treating the problem that an ajax request is done twice when using server side processing. For example:...

View Article


Expand/Collapse all row details, next page

Thanks in advance. I have been looking through the forums and really have not found an answer. This discussion...

View Article

TypeError: oCol is undefined on row click

Hello everyone! I'm having a problem with a table of my project, the #grdInviTable Here's the debugger link: http://debug.datatables.net/uqaqic And here's datatables live:...

View Article


Clearing a datatable with server side processing on

Hi Everyone, I am using Datatables in one of my projects and I must say its a wonderful tool. I am stuck with one requirement though, I am pretty sure that many people must have come across such a...

View Article

DataTables warning (table id = 'example'): ColReorder...

Hi, I am new to datatable and using Data Table 1.9.4 & Col Reorder 1.0.8 in the application. I have few functionality to hide/unhide couple of columns. While doing this in the console, I am getting...

View Article


jQuery Mobile and Scroller

Hi all, i've just added jquery mobile as one variant of my application. It seems that when I put a datatable inside a jquery mobile "content" that jquery mobile will eat up all scrolling events. Anyone...

View Article

datatable + add row + jeditable

Hello, I'm searching to create a table with add row button like the example but seem not work for my case. I've done a jsfiddle for demo http://jsfiddle.net/supersonique/ncHQ5/8/ Any idea why I've this...

View Article

Sorting column with both numeric and comma seperated data

Hi , I have a table in which i have a column with both numeric and comma separated data eg 100 | 245 | 1,000| 567 | 1,345 . Even if i write a plugin for removing the comma and set return type as...

View Article
Browsing all 1816 articles
Browse latest View live