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

I want Datatable output DIV to refresh after 30seconds using ajax. All data...

I need to create application which used Datatables to output and format. I dont know ajax and i need the output DIV to refresh after every 30seconds so as to grub new records from the database. Example...

View Article


table resize works with Firefox but not Chrome?

I'm viewing with Firefox. I shrink the window to be too narrow and table shrinks to its minimum size. I then stretch the window to the entire monitor width and table goes from end-to-end as desired....

View Article


Troubleshooting Shockwave Flash error in chrome when creating a pdf with...

Hello all, I am in the process of troubleshooting why the internal shockwave flash in chrome crashes when we attempt to create a pdf of a table over a certain size. When I disabled the internal SWF, we...

View Article

ODBC connection to MSACCESS database for server side processing in PHP

Has anyone written a server side PHP page to use odbc_connect on an Access DB - Please don't reply with how bad Access is, or why do you want to do that, I'm looking for a solution to an old database.

View Article

add list menu before search field

I would like to add a list/menu field before the search text field. On that list menu, there will be several column names. User will able to select column name and type value in text field and needs to...

View Article


Pagination showing but pages not changing.

Hello! I've been using DataTables for various hand-coded php projects for the past couple of years. I'm just starting to work on a project that someone else has started and it's being used in a way...

View Article

Problem with iDeferLoading and server side processing using infinite scroll

I have a working implementation of DataTables using server side processing using an infinite scrolling mechanism to retrieve additional "pages" of data when you scroll to the bottom of the page. The...

View Article

Uncaught TypeError: Object [object Object] has no method 'charCodeAt'

Hi Allan, Since the update to 1.9.3 I am receiving the following error: Uncaught TypeError: Object [object Object] has no method 'charCodeAt' on line 3841. I have uploaded debug info. code: ekazek Many...

View Article


Force pagination reset?

At pobox.com, we use DataTables to display listings of spam we caught for people's accounts. We segment that spam in different ways on different pages, but, from the customer's perspective, each of...

View Article


oSettings == null

I have been battling an issue in which the function _fnSettingsFromNode was returning null. Even the the table should have been the same something ( I am not sure of the exact difference ). I had tried...

View Article

sAjaxSource set to a static file on Amazon S3

Hello, Hopefully this is a quick one. I am using a static json file for my data source: $(window).load(function() { $('#table-results').dataTable({ "sAjaxSource": "data.json", }); }); ... and...

View Article

Server side processing on Datatable

I am getting error in the following code as oTable is null or not an object . when i remove ("bProcessing": true , "bServerSide": true, ) this part its working fine but with this no data will be...

View Article

Processing Indicator

Hi. Thanks again for your work! When loading data into a table from the database (7 seconds) from the server, I need an animated progress indicator. Created a script "fnProcessingIndicator.js":...

View Article


dont sort first row

Hi, i have a datatable where the first row is the insert-row (css-class=InsertRow) I want to ignore that row when sorting the table so that the insert-row is always the first row. edit: following code...

View Article

FixedColumns and ColReorderWithResize not working well together

Hi, I am using FixedCOlumns and ColReorderWithResize together. The column resize works fine on the floating part, but on the fixed part, the column resize on mouse drag doesnt work. Any fix available...

View Article


Wrong ordering script in server-side processing example

Hi everyone! First of all, nice work! I found a mistake in the examples section for server_side processing. The ordering algorithm does not work properly (tested with Version 1.9.4) The old code if (...

View Article

Global Search in THEAD

Hello there. there is any change to put the global search in the thead table?? i need to put global search near the other columns filters. many thx

View Article


Search Filter won't filter certain search terms

Example http://www.mooglemap.com/ffxiv-1/mystyle.html Searching for any value less than 20 that exists in "Rank" column doesn't work. Also other certain search terms don't work, like "Bronze". I have...

View Article

Changing the Column width Dynamically based on Content

Hi there First of all, Datatables are awesome. I am, however, having a bit of a problem. I use DT to display data from a DB and on fnColumn, have icons whose number cannot be predetermined. In my code,...

View Article

sAjaxSource

Hello, I have this situation: 1.- I use Codeigniter. 2.- I've modified the CodiIgniter Table class adding dataTable function, so: class MY_Table... { function getTable( ){...} } 3.- In each one of my...

View Article
Browsing all 82099 articles
Browse latest View live