Can we get value of hide column in datatable?

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