vuu icon indicating copy to clipboard operation
vuu copied to clipboard

Support non-string type table key

Open naleeha opened this issue 1 year ago • 0 comments

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

naleeha avatar Apr 19 '24 12:04 naleeha