Tagged Questions

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table

learn more… | top users | synonyms

14
votes
11answers
23k views

jQuery DataTables table width problem

I have a problem controlling the width of a table using the jQuery DataTables plugin. The table is supposed to be 100% of the container width, but ends up being an arbitrary width, rather less than ...
11
votes
5answers
3k views

jQuery DataTables server-side processing using ASP.NET WebForms

Problem: jQuery DataTables server-side processing using ASP.NET WebForms. Solution: Darin Dimitrov answered the question using an example which pages and sorts, but doesn't do any searching. Here's ...
10
votes
9answers
39k views

C#, how to compare two datatables A + B, how to show rows which are in B but not in A

OK so I have two datatables A and B. They are both produced from CSV files. I need to be able to check which rows exist in B that do not exist in A. Is there a way to do some sort of query to show ...
9
votes
4answers
8k views

jQuery DataTables server side processing and ASP.Net

I'm trying to use the server side functionality of the jQuery Datatables plugin with ASP.Net. The ajax request is returning valid JSON, but nothing is showing up in the table. I originally had ...
7
votes
1answer
556 views

DataTables, Ajax Pipelining

I'm using DataTables with pipelining. I works great except when I tried to enter an extra column to hold "edit" links. See this table. Here is a snippet of server_processing.php showing the columns: ...
7
votes
2answers
421 views

Most common way of writing a HTML table with vertical headers?

Hi all it's been a while since I've asked something, this is something that has been bothering me for a while, the question itself is in the title: What's your preferred way of writing HTML tables ...
6
votes
6answers
438 views

Best way to write DataTables from a Web Service into XML?

I'm trying to refactor some slow running code which writes XML using nested loops of several datatables. I read that using linq to write the xml would be faster. I'm not well versed in linq, so I was ...
6
votes
4answers
11k views

jQuery - datatables, how to get column id

How to get a column id in datatable plugin for jquery I need column id for the update in database.
5
votes
2answers
2k views

jquery datatables hide column

Is there a way with the jquery datatables plugin to hide (and show) a table column? I figured out how to reload the table data: using fnClearTable and fnAddData. But my issue is that in one of my ...
5
votes
5answers
1k views

jQuery DataTables: Delay search until 3 characters been typed OR a button clicked

is there please an option to start the search only after 3 characters have been typed in? I have written a PHP-script for colleagues displaying 20,000 entries and they complain, that when typing a ...
5
votes
5answers
4k views

is there anyway to remove the Search bar and footer in the jquery datatable plugin

i am using this but i want to remove the search bar and footer (showning) how many rows there are visible. I basically just want to use this plugin for sorting. http://www.datatables.net/examples/
4
votes
2answers
143 views

datatables.net column width in % and px

i am using datatables.net and need to have some columns with fixed width and others to divide the remaning space in % this is my code { "sName": "ragsoc_denom", "sWidth": "100%"}, { "sName": "piva", ...
4
votes
1answer
1k views

Data table/grid widget with Backbone.js

Can any one suggest a data table/grid widget to use in a application backed by Backbone.js & jQuery? Currently I m using DataTables.net widget, and I've written a custom binding sort of functions ...
4
votes
3answers
267 views

DataTables with JSON, AJAX and PHP not displaying any data

I've been trying to get DataTables to work with my existing Ajax search function - which works by itself. I have the following code: $('#SearchResults').dataTable({ ...
4
votes
3answers
131 views

What is the correct HTML table markup for this example?

An accountancy package, which I am converting to a web app, often has table constructs like the following: +----------------+----------------+------------+ | DATE | ACCOUNT | ...
4
votes
2answers
539 views

How do I change the font size to export the pdf in datatables plug in

How do I change the font size to export the pdf at datatables plug in? I looked at the sources and could not find where does it! any body can help me?? thanks
4
votes
1answer
1k views

jQuery DataTables filter column with comparison operators

I've been using the DataTables jQuery plugin with the filter plug in, and it is awesome. However, I was wondering if it is possible to filter table columns by row using a comparison operator (e.g. ...
4
votes
1answer
738 views

jQuery plugin DataTables: How to highlight the current search text?

I have started using the DataTables plugin (v1.6.2) for jQuery(v1.4.2), and I would like to ask you if you know a settings or a plugin that allow me to highlight the text used in search textbox on the ...
4
votes
5answers
5k views

Jquery DataTables plugin - sAjaxSource

I get my data from the asp.net web service and I was wondering whether there is a way to pass on that data (in json formar straight from the web service) into the DataTables object. I would like to do ...
3
votes
2answers
58 views

Confusion about the appropriate use of datatables and datasets

I've been doing some research on whether what best practice is regarding the use of datatables and datasets and I haven't found any real conclusive answer. Both work for what I want to do but while ...
3
votes
1answer
42 views

jquery mouseenter mouseleave with datatables, doesnt work in chrome or IE

I'm using the datatables plugin to display a table. In the configuration parameters I've set bJQueryUI : true so the table apply the style of the current jQuery UI style that I'm working with. In the ...
3
votes
2answers
64 views

Insert Buttons to DataTables Cells fail to work

I am trying to insert buttons into the JQuery DataTables but it seems that when the button is pressed, nothing happen. The code as follows (for the JQuery Datatable): var oTable = ...
3
votes
2answers
282 views

jQuery DataTables: How do I add a row ID to each dynamically added row?

Summary I am using the great dataTables jQuery plugin from http://www.datatables.net. In my script, I am dynamically adding rows based on an event firing using fnAddData. Using fnRowCallback, I add ...
3
votes
2answers
255 views

Datatables: Change height of table not working

I am using a Jquery Datatables table with bPaginate = false and sScrollY is some fixed height. Ultimately I want the table to resize on the window.resize event. To get this to work I have built a ...
3
votes
2answers
111 views

jQuery - datatable plugin - sorting issue

I'm using DataTables plugin from http://datatables.net. The plugin it self is very useful,but I have a big of a problem with it. It is return a list of address for some searches in the following ...
3
votes
1answer
229 views

How to covert jQuery DataTables to CSV format

I am using jquery datatbales. Can you please tell me a way so that i can convert those dat tables to CSV format. I am getting data as JSON objects. Thanks a lot
3
votes
1answer
290 views

fullnumber pagination style in datatables to disable first and last button when on first and last page of data respectively

I have having the problem to disable first and last button when on first and last page of data respectively. I am using datatables with full no pagination style. Its showing the first , next , ...
3
votes
1answer
465 views

difference between two datatables

I've a problem here. If any of you can please help me in this regard it would be geat. As I'm new user it doesn't allow me to post new images. Table1 has two rows with similar data as shown below ...
3
votes
2answers
2k views

How to resize a JQuery/Datatable after hiding columns

i'm using the DataTables plugin for JQuery, my problem basically lies in the fact that my datatable has to many columns and (visually) gets out of the bounds of its container (a div tag). I then hide ...
3
votes
2answers
1k views

Is there a way to disable initial sorting for jquery datables?

I'm using the jquery datables plugin. From their documentation: If sorting is enabled, then DataTables will perform a first pass sort on initialisation. You can define which column(s) the sort is ...
3
votes
2answers
262 views

How should I manage large DataTables?

For reasons that don't make a lot of sense (Read: Not my decision) I need to keep a large number of rows, about ~90,000, in a DataTable and I do not have the option of using a database. I need to be ...
3
votes
2answers
558 views

Datatables reInitialization (jQuery)

When I load my page in first place there nothing in the table and the datatable is not initializated, after a few interactions rows are added and when all rows are added (with ajax calls) I init the ...
3
votes
2answers
2k views

Change settings value on fly?

Is it possible to change datatables settings value on fly.My problem is next,I need to change sAjaxSource on fly.Already try something like this: var oDefault = { "bServerSide": true, ...
3
votes
3answers
581 views

Datatables pagination characters “<<” and “<” not displaying correctly in IE and Safari

I'm using the DataTables jQuery plugin and am having issues with the First and Previous pagination links displaying correctly in IE and Safari (Firefox and Opera work). "<<" and "<" ...
3
votes
1answer
968 views

jQuery Datatable dynamic edit button attached to each row

totally new to jquery and datatable. I would like to add an edit button that call forth a colorbox div that displays all the editable field. can anyone point me in the right direction on how this ...
2
votes
1answer
43 views

Php / Jquery Forms & Datatables

Hopefully someone can help. I have a customers database table which I am trying to display on a page using jquery datatables. That page will also contain a form to which I can input data and this will ...
2
votes
1answer
50 views

prevent invisible form from being easily hacked

Summary If a form is set to display:none and it's fields are populated with somewhat arbitrary html code by javascript, what kind of data sanitizing/form security is required on submission? ...
2
votes
4answers
69 views

Django: row still displayed after being deleted - because of caching?

I've written a Django app that uses DataTables. The problem is when I delete a row from the table it's still displayed in the table when running against nginx/gunicorn. However, it works correctly ...
2
votes
3answers
100 views

Adding column to datatables

im using Zend and Datatables (jQuery Plugin). I have a table like that: <table width="100%" cellpadding="0" cellspacing="0" border="0" class="display" id="customerTable"> <thead> ...
2
votes
4answers
49 views

How do I select certain objects under $(this) in jQuery?

I'm trying really hard to learn how to loop through rows in a jQuery dataTable, not doing too terribly well. My table id is "partslist". So: $("#partslist tr").each(function() { ...
2
votes
1answer
60 views

JQuery Data Tables server side processing with state saving

I am using JQuery data tables with following initialization parameters "bProcessing": true, "bServerSide": true, "bStateSave": true, "sPaginationType": "full_numbers", I get incorrect state of the ...
2
votes
3answers
106 views

Create new row with nested tables with Ajax request

I'm trying to create a similar functionality to this one: http://www.datatables.net/release-datatables/examples/api/row_details.html. The only major difference to my code is that I'm trying to get ...
2
votes
3answers
110 views

Find Duplicate Records in HTML Table

I am using DataTable pulgin and had question about adding duplicate row. When user add a record to (HTML) table I want to check if that record already exists in Table (on client side). For example: ...
2
votes
1answer
65 views

How to impose numerical sort with jQuery and dataTables?

I am using a dataTables with jquery. I am trying to enable sort interaction, but when sorting it does sort alphabetically and not numerically. As you can see in the enclosed picture -4317.93 arrives ...
2
votes
2answers
485 views

Using jQuery DataTables plug-in in MVC3 with jQuery Ajax

I'm trying to use the DataTables jQuery plug-in in MVC3 using an ajax request as the data source for the table. I have a View called "Search" which contains a search form...under the form, I have the ...
2
votes
0answers
66 views

Jquery Datatables Grouping Plugin - a way to have two level grouping expandable?

Concerning the jquery datatables rowgrouping plugin: http://jquery-datatables-row-grouping.googlecode.com/svn/trunk/index.html , is it possible to have the two-level grouping and also have both ...
2
votes
1answer
144 views

dataTables: no paging buttons

I'm trying to use dataTables inside a JIRA gadget and after my table is ready there are no pagination buttons available. I have a table and I'm using the dataTables in a simpliest way: ...
2
votes
3answers
99 views

how to load the local JSON variable using jquery datatable

I have a local JSON dataset. I want to use datatables to display it. Is there a setting inside dattable plugin to configure that. All I can find is to make AJAX calls and server calls Thanks for the ...
2
votes
2answers
296 views

JQuery DataTables .Net Server Side Pagination Issues

I'm working on a bug fix right now for an application at work where the prior developer (since gone) didn't bother to paginate the data results on a page meant specifically for listing out data ...
2
votes
1answer
1k views

PrimeFaces 3.0 - How to set width of a <p:column> in a <p:dataTable>

I'm using PrimeFaces 3.0-M3 and I have a <p:dataTable> with two columns in it. I want the first column to be fixed at a width of 20px. The other column can use whatever space is left over. Here ...

1 2 3 4 5 12