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

Converting from Yahoo! YUI Datatable

Recently, my boss and I decided to drop YUI altogether and go straight to jquery, that involves the datatable being dropped. What I want to know is how to convert my existing datatables over to...

View Article


'odd' and 'even' over rows hidden

Hi, I need your help. I used datatables with hidden lines. 1. I can not return the background of the parent row ('odd' or 'even'), to the dependent rows hidden. I can not change the background property...

View Article


Can't Select Table Rows for New Rows Only

Hi, I've seen some discussions on here regarding this but not exactly matching my situation that I could find. I'm adding new data to the table by using fnAddData() dynamically. The the new row of data...

View Article

Linking to SQL Server 2008, no web server.

Hi All, My back ground is with Excel, Access, VBA and SQL Server (to an extent) and I have "just enough" knowledge of HTML and JavaScript, etc to be able to put a basic website together. I'm trying to...

View Article

how to export the selected records to csv file using datatables

I am trying to export the selected data to the csv file. I have check box in each and every row to select the particular record. Please suggest me how to do.

View Article


Page state saving not working with filter

Hi. I have the following code for setting up datatables: var dt=$('#customerListTable').dataTable({ "bStateSave": true, "sPaginationType": "full_numbers", "aaSorting": [], "oLanguage": { "sUrl":...

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

Pagination - Text Input Plugin - set page on load.

Hello, DataTable - wonderful work. In course of development I have encountered an issue. (At least for me now..) I am using the text input pagination plugin. Everything works well except I would like...

View Article


Pass $_GET and $_SESSION variables to server-side processing

Hello, Basically I would like to filter my table using two dates defined in my "Date To" and "Date From" input fields. When I click my search button, it will trigger the query in my server side, my...

View Article


Getting Error : Json data from server could not be parsed. This is caused by...

Hi , I am using SQL server 2005 at my BackEnd and trying to retrieve data from server in the form of JSON. i validated the JSON and it's Valid. When i paste the JSON in file and try to access it, it's...

View Article

Pagination - dynamically determine number of rows that fit in current...

The concept I'm attempting to accomplish is to set the number of records per page (datatables implemented using pagination) at runtime/dynamically. So as the table is resized the number of rows per...

View Article

ColVis initialize column(s) to be hidden

I am using ColVis (http://datatables.net/extras/colvis/). Is there a way to hide few columns initially when the table is created and on checking the column, it appears again ? Basically what I want to...

View Article

Excluding a row from being filtered

Hi Folks, Before I kick off I must say what a top notch solution this has proved to be, congrats to the dev guys :) My question is this I have a column of data that contains dates and I'm using the...

View Article


Orderby issue

HI, I have implemented DataTables successfully and using (jquery.dataTables.min). My backed script is PHP.I fir a query with order by clause and get the ordered data as per query.But when it displays...

View Article

Get date formatted from milliseconds

HI I have an ajax call to a webservice that produces json output. This output contains a datetime value retrieved from the datatabse, and is a value in milliseconds In my datatable I need to display a...

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

Check box issue with pagination change

Hi Allan, I have added a check box for each row in the table and there is another check box in the table header. On click of which all the check boxes will be selected. This functionality is working....

View Article


aoServerParams - Access oSettings inside the fn function

Hello community I'm working on some kind of an filter plugin which allows to specify several search boxes on top of the datatables table. Thanks to aoServerParams, I can push a function which then will...

View Article

Find filter function in dataTables

I have incorporated dataTables in my web application and Im using the Find filter to locate records within my table. My question is that since the input box is not not coded in the JSP then how would I...

View Article

I need some help for Server side processing

I'm using version 1.9.3 datatables with Symfony 2.1 to do an ajax call to retrieve records from my database. I have 5000+ records.I want to show 100 per 100 page. var url='{{ path('...............})...

View Article
Browsing all 1817 articles
Browse latest View live