When Table is employed in pure Tree mode, a number of columns will be created automatically,
representing the levels of nesting. Most will not carry useful data values. When the row is
exposed to user in onSelect callback, the default cobversion from internal row format to DTO
will not be ideal. Allow a custom rowToDTO mapper to be passed as a prop. Treetable will use
this feature.
When Table is employed in pure Tree mode, a number of columns will be created automatically, representing the levels of nesting. Most will not carry useful data values. When the row is exposed to user in onSelect callback, the default cobversion from internal row format to DTO will not be ideal. Allow a custom rowToDTO mapper to be passed as a prop. Treetable will use this feature.