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

Truncate String only in IE Browsers

Hi all, First, thanks for your amazing library, it helps me a lot on my daily work! :) I have a issue with datatables, I'm getting the data from the server via sAjaxSource, all works fine in firefox...

View Article


How to avoid multiple radio buttons selection when paginating a table

Hello guys, I'm having a problem here: When I select a radion button in a page 1 and another one in the same page it works fine, but when I select a radio button in the page number 2, and go back to...

View Article


Bootstrap and server side processing

I have ran into a problem that I assume sDom could possibly fix but I am new to DataTables and would love some help. I have a code igniter app with DataTables and bootstrap integrated. The table...

View Article

Question about fnAddData

Hello, im trying to add rows dinamycally, but when i do, i can not select the new row, i select the rows to pass values to a form, modify and erase. I read i can add classes to the new row with...

View Article

How to call preDraw event manually?

I'm using dataTables with DOM datasource. On preDraw callback I'm truncating data in cells based on column header data attribute. Also I'm using handlebars templates which build this DOM datasource. I...

View Article


bStateSave and multiple tables on a page

I'm using datatables 1.9.4 and have run into an interesting issue with bStateSave. We have a jsp which constructs a table; using bootstrap, we have a table on the page, and the data displayed alters...

View Article

Turkish character issue in search box

I'm using bootstrap datatable tool. In initialization i set the option bCaseInsensitive as a true but it is not working for Turkish characters. For example we have İ and i, it doesnt understand the...

View Article

Calculate the value of a field "b" in GetFormatter function of a...

Hi Allan. I use datatables 1.9.4 In the get.php I use a getFormatter function to calculate the value of a field Field::inst( 'etl_product_desc' )->getFormatter( function($val, $data, $field) { ........

View Article


Server-side sorting and embedded content

I'm in the process of converting a couple of my tables to server-side processing (pagination / sorting). I've prepared the backend to accept the various DataTables params required and its working fine....

View Article


Select All filtered

Is there a simple way to have it when I click the select all button, to only select the results that are filtered? Or do I need to implement my own select all button?

View Article

Column reordering state saving with server side data

Hi Folks, I am using DataTables 1.9 version in my project and it is populating the data from the server side. I am using ColumnReordering, Column Resizable, Colviz plugins along with this. When the...

View Article

Broke when I added sname to get colreorder working... Looks like it matches...

Error: DataTables warning (table id = 'customers'): Requested unknown parameter '0' from the data source for row 0 Creating the datatable: var oTable = $('#customers').dataTable({ "sDom":...

View Article

Json Format error

I'm using the basic datatable with Ajax source and keep getting Json format error "DataTables warning (table id = 'example'): DataTables warning: JSON data from server could not be parsed. This is...

View Article


Null check for mData javascript dot notation

Imagine I have a cell that needs to display this : "aoColumns": [ { "mData": "metrics.speed" } ] In my JSON array however some elements have a metrics element while others don't. Currently, I get...

View Article

Move a row from tbody to tfoot

My ajax resultset contains both detail rows and a total row. How can I move the total row from the tbody section to the tfoot section? Would like to allow sorting that does not include total row and...

View Article


Different colspans for certain rows

I was wondering if it was possible to apply colspans on certain cells for certain rows (see screenshot below). https://dl.dropboxusercontent.com/u/13246619/datatables/colspan.png In this case, certain...

View Article

insert 2 tables next to each other

hi, I need to insert 2 tables next to each other, could you help me? I try with DataTables multiple but it inserts the pagination in each page, and I do not it but something in one or more pages! tks...

View Article


DataTables Load more button

Is there a way for me to extend DataTables in such a way that I would have a load more button that would load a set number of more records without reloading the previous data? I am using an ajax...

View Article

Adding custom config variables to a server side response...

I'm trying to make ColumnFilter pull a list of distinct database values to fill select boxes. Working backwards and search the forums I believe I know what I have to do. (see Allan's 2nd comment here:...

View Article

Server side processing returns data but doesnt display on table

I'm having a bit problems with codeigniter and server side processing... I'm using this: https://github.com/IgnitedDatatables/Ignited-Datatables/ My code: <section...

View Article
Browsing all 1816 articles
Browse latest View live