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;
}
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;
}