vuu
vuu copied to clipboard
Support non-string type table key
Feature Request
Description of Problem:
Some of the data source need to use a field that is not string (e.g.) as table key Currently DataTable is typed to have String key
This means we have to convert that field to a string in the data table This could have implications on things using that field in sorting, filter and calculated column features
Potential Solutions:
TBC