Quantcast
Channel: Recent Discussions — DataTables forums
Browsing all 82099 articles
Browse latest View live

sScrollY and thead width issue

Hi. http://oi42.tinypic.com/4lmwxd.jpg "Double click to add" is the TH DataTable options are bPaginate: false, bInfo: false, aaSorting: [], asStripeClasses: [], sScrollY: '260px'

View Article


Data tables refresh on button click

I am doing search of Customers and displaying results. I am providing single screen to get search criteria and display search results. There is default results which I am displaying when user comes to...

View Article


Reload datatable with new aoData

Hey All, I am using DataTables 1.9 and have a need to refresh my table with new aoData value on changing an option selector. The reloadTable() function shown below is placed outside the document.ready...

View Article

validator on a second field

Field::inst( 'casetype' )->validator( 'Validate::required' ), Field::inst( 'factsnum' )->validator( function($val, $data, $opts) { if ('casetype' == 'this' && strlen($val) < 3) {...

View Article

Server-side Processing and Data

I have a database that has 3 columns that I want to pull data from using SSP. First column has the form_id, second column has the field_id with values (let's say 1 through 5), and the third column has...

View Article


mData Unknown Parameter using Server side Javascript Objects

Here is a link that should show one row. But I am getting an unknown parameter error for the mData column titles. http://www.doremus.info/HQ/creatives?job_num=301722 The debug is at...

View Article

Using numeric autodetection with comma's for decimal pages

Hi, We are using everywhere same table setup (zero config) and everywhere have currency with decimals for decimal pages. I read about the Comma's for decimal pages sorting plugin...

View Article

datatable with tooltip image when mouse hover over cell or row

is this possible ? if yes has anyone done it and can provide me with a working example / demo ?

View Article


Even Odd row styling not appearing in IE8

I'm at a loss as to how to debug this issue. The F12 developer tools in IE are horrible relative to FireBug and Chrome. Has anyone had issues with the alternating row styling in IE8? The datatables...

View Article


Set the total records value in fnPreDrawCallback

Dear community. In order to combine the features of DataTables with the features of ASP.NET WebForms, there seem to be some tricks needed. Especially if you'd like to use server-side processing....

View Article

TableTools Open Exported file

Hello! First of, great plugin, thank you very much for contributing. Also, I apologise for my English. Now, for the question. I'm working with Datatables and TableTools , Server Side, ASP:NET (C#). I...

View Article

datatable datetime sorting locally work fine but not in server

Hi all, I implemented a datatable in MVC3 c#. All working fine in local development machine including sorting of DateTime column. However, when i upload it to server and access the webpage, the...

View Article

Custom filter using jQuery selector on iDataIndex returning incorrect row

Hi all, Please see here for test case: http://live.datatables.net/enopeg/5/edit I have registered an extension to filter results by distance from a specific latitude and longitude. The filter is...

View Article


Problem with ordering data with server side info and horizontal scrolling

Hi people, i'm having a problem with the tables when i use horizontal scrolling when having too much columns. The problem is that when i define the settings to make the horizontal scrolling appear i...

View Article

DataTables Column Filter add-on for the data table

Hi, I have created one add-on for the DataTable that might be usefull for you. I called it Column Filter plugin and there I have added lot of individual column filtering functionalities found on the...

View Article


Sorting on hidden columns

Hi, I've configured a datatable with various column filters, my clients have now asked me to hide some of the columns but they still what to be able to filter on them. So my 'aoColumns' is as such...

View Article

Using Progressbar and multiple DataTable at full potential

Hi there, I'm just starting and I'll probably be posting more questions as my project advence. I can't post a link to my page since it is hosted in an intranet. Screenshots will do the work well...

View Article


DataTables TableTools with Bootstrap on Multiple Tables

I have multiple tables displayed in one web page, being initialized by below code: /* Tables initialisation */ $(document).ready(function() { $('.dataTable').dataTable({ "sDom":...

View Article

Grouping in IE very slow

I'm using jQuery 1.8.2 and data tables with the Grouping add on code. Works great! In Chrome at least. But in IE8 it takes around 20 seconds to bring back a table of 500 rows grouped into 20 groupings....

View Article

[bug] Number of rows shown not set when providing sScrollY

$('#example').dataTable({"sScrollY": "500px"}); Expected behavior: +/- 16 rows being shown, as there is enough vertical space Observed behavior: +/-10 rows being shown...

View Article
Browsing all 82099 articles
Browse latest View live