Quantcast
Channel: Free community support — DataTables forums
Browsing all 35271 articles
Browse latest View live

How can I add a custom oSort to only one column

In have table that displays a list of items that are retrieved from a database via an AJAX call to an external web service. Each item being its own row. One of the columns is "Last Updated" which...

View Article


Click event can't access table row data after reload

I have a JQuery Datatable that is redrawn each time I click on a chart item. I was using .on() to capture the click event, which was great in capturing the click events on all the rows, including those...

View Article


Datatable with user drag/drop grouping

I haven't been able to find anything like this but does datatables have the ability to do grouping similar to this? http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/grouping.htm I would like...

View Article

How to refresh table using jQuery AJAX call

I am using AJAX to load (and subsequently refresh) a table (using v1.10.0). I don't think I'm doing this properly because while I can get the initial table to load, subsequent AJAX requests do not...

View Article

Server-side processing (Java) - how set footer

Hi, how can I return footer html under my amount1 and amount2 columns in sever-side processing? $timeout(function() { $scope.tableEfekt; var options = { el: '#campaigns-active', dataSourceUrl:...

View Article


Print button works, Export to Excel and Copy Button Doesn't Work(Chrome OK,...

Hi, i have an interesting issue. I googled but no solution. Can you help me please? İ am using datatables to show data with opening popup. Popup comes with a new page. When i try to click Excel and...

View Article

2nd order custom function

Hi On this site, http://billigste-internet.dk, I want to be able to make the column "DOWNLOAD", order by numeric values, when I set it to be the secondary order column. I've succeeded in setting it up...

View Article

yadcf filter never null

After the default value in yadcf (thanks for the great work done) now I have the necessity to have a filter that can't be null. Is it possible to force one filter to have obligatorily a value? Thanks...

View Article


three dots (...) on pagination

When paging is long 3 dots are shown, but after the next button: Previous | 1 | 2 | 3 | 4 | 5 | 100 | Next | ... | It should be like this: Previous | 1 | 2 | 3 | 4 | 5 | ... | 100 | Next |

View Article


column(number).visible(true/false) animation effect

Hey there.. I am using DataTables 1.10.x. I am using column().visible() API to hide and show required columns. Basically I am hiding first column and appending one column to last (LIFO) or FILO on...

View Article

Add an Action Button based on column value

Hi I have a text file that contains data in json format. The datas are displayed in the table (http://live.datatables.net/zuhojida/1/edit). Its got 3 columns, Alert, Ack, and Action. I want to know if...

View Article

DataTables FixedHeader and Language - Bug?

Hi, I believe I found a bug in DataTables. I didn't find any issues until I started using the FixedHeader extension. Basically, everything was working well until I added the last line of the code...

View Article

got Notice: Undefined index: iColumns

I tried to retrieve data from mongodb by using server_processing.php I downloaded from this site. I edit server_processing.php to connect to my mongodb as: mb_internal_encoding('UTF-8'); $database =...

View Article


Search and Update a column value

I have a requirement that user will enter some information and if that exists in the table (search in one of the column), that row needs to be updated with the new values or else add a new row to the...

View Article

Bug Report - draw.dt not called on initial display

You should allow registered users to post to bug reports. Don't you want everyone to help improve your product? The following was testing in v1.10.2. When a datatable is create the draw.dt event is not...

View Article


mRender not working ?

The following is the code and it is going into mRender function but value still displayed is "1" or "0" NOT "Yes" or "No". datatables version is 1.10 I am getting 1 or 0 from server side and need to...

View Article

ColReorder event handler

I'm looking for an event I can listen into for when someone reorders their columns with a drag and drop. I can't find one in the Event Reference documentation or in the Extension API.

View Article


Saving state with col reorder not working for first time.

when I go to page with datatable and do some reordering and go to some other page and then come back to the page one with datatable then stateSave is not working. In local storage col reorder sequence...

View Article

Oliver Rodolfo

Is it possible to add additional labels and calculated fields and do calculation every keypress inside a "multiple fields" bubble edit?

View Article

FixedColumns, Bootstrap3 and firefox

Currently when using FixedColumns with Bootstrap v3 in firefox you will see a little square on the top left. On the example page...

View Article
Browsing all 35271 articles
Browse latest View live