Can we get value of hide column?
You can get any value from the row by using
dtable.getValue().property
where property - name of column
As for hidden columns itself - you can use getState api to get list of hidden columns
Can we get value of hide column?
You can get any value from the row by using
dtable.getValue().property
where property - name of column
As for hidden columns itself - you can use getState api to get list of hidden columns