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

Link to specific row of data on datatables

Hi all, Is there a way to link to a specific row of data in datatables using something like: http://localhost/datatables?search=entry1 So that when user click on the link, only the specific data is...

View Article


Doubt regarding infinite scrolling

Hi, I am trying to implement the infinite scrolling feature and I saw from the documentation that I can either use server side processing and do all the filtering as well as incremental data fetch on...

View Article


how to add progress bar in specific cells this table?

hi how to add progress bar in specific cells this table? <script> $(document).ready(function () { var oTable = $('.table').dataTable({ "bProcessing": true, "aaData": [ ["Trident", "how to add...

View Article

Selecting a row

Hi I will like to selec one row of my table, I got the idea of the example of the selecting example, but it doesn't work. This is my code <script type="text/javascript" charset="utf-8"...

View Article

Toolbar re-sizing.

Is there any way to force the toolbars to be the same size as the table ? I have a table with 10 columns and when I re size the browser window everything re sizes fine until the table get to the...

View Article


Cannot get data to display in the table

I do not want to have a duplicate question, but I have been on these forms for hours and hours now and I think it would just be easier to ask this question. First of all I <3 datatables it is boss,...

View Article

PHP Generated Table - 5 Rows shown, only 1 is counted

Hello, I have installed this and done the basic setup. I have a tables thing where users can submit into a table and it auto generates a table row with what they inputted, even though their are 5 rows,...

View Article

Datatables causing firefox and IE browsers to stop responding.

Hi, Am using datatables 1.9.4 along with jquery 1.8.3, and when creating a table with around 1100 rows under firefox and ie the browser stops responding and an error dialog appears reporting the script...

View Article


on click on link i am showing Datatable..............

Hi Allen, I have given one link in ist data table, and on select of that link i am sending id getting some data and showing inside of one more data table. But the problem is that old data is showing...

View Article


Sorting problem (row details example)

Hi, there is a problem in sorting of row details example. http://datatables.net/release-datatables/examples/server_side/row_details.html When I click "Rendering Engine" then "Browser" column will be...

View Article

How to reinitialize dataTable???

Dear Allan, I am having a problem with jquery dataTable plugin. I am using two text box and a button and onclick event of that button i am calling my dataTable. After Page load..FIRST time when i...

View Article

Submit a form and make the filter in the datatable.

hi, need some help with a question, i have a page called "search.php" and it has a form, in this form i put all the filter i want and i submit it to a ṕage called "result.php", this page result is the...

View Article

oTable in 1.9.4 has no fnIsOpen? "TypeError: Object [object Object] has...

I clipped some example code and stuck it into my dataTable like this: "fnInitComplete": function(oSettings, json) { jQuery('#data tbody tr').click( function () { if ( oTable.fnIsOpen(this) ) {...

View Article


Multi Query with different numbers of columns

I have a table element in a div, I used it for multi querys pipeline. when i click button1, will run the code below: $('table#table').dataTable( { "bJQueryUI": false, "bServerSide" : true,...

View Article

oLanguage being ignored when bServerSide = true

Hey all, I tried to google for others with this issue but was unable to find anything. When I have bServerSide = true, oLanguage values are ignored. If I set it to false the values I set are listened...

View Article


Language translate.

Hello! How i can translate language of searchbar text, results, pagination buttons text , etc.. ? thanks in advance ! p.s. - Awesome script !

View Article

sAjaxDataProp

Hello I am using the following code for dataTables. i am getting aData is undefined error Pls help... function populateValueAddTable() { valueAddOTable = $('#valueAddTable').dataTable({ "bDestroy" :...

View Article


Multiple column sort with server side

I'm trying to figure out what I am missing here - setting a multiple column sort initially is easy via aaSorting, but when I click on a column to sort, the only data I get on the server side is for...

View Article

captatablility with 1.9.0 and 1.9.4

dear All, i have been using data table v 1.9.0 and now i am moving to v1.9.4 everything works fine for all listpages but one of my list page is designed in such way which calls web method on scroll ....

View Article

How to show date in format "1370055600" to format...

Question about date format on datatable 1.9. I have this "1370055600" from my database and i need this "01/01/2000" in the datatable, how can i do this? My filter is ok, i just need to show it in...

View Article
Browsing all 1817 articles
Browse latest View live