Quantcast
Channel: DataTables 1.10 — DataTables forums
Viewing all articles
Browse latest Browse all 2364

Get tableID from within render function

$
0
0

hello all
is it a "standard" way to access tableID from within a render function ?
I use this way, but there is a big warning about it.....
thanks
Michel

function render_xx(data,type,row,meta)
{
ID = meta.settings.sTableId;
}

Viewing all articles
Browse latest Browse all 2364