enterprise-wc
enterprise-wc copied to clipboard
IdsDataGrid: Add multi line text in the header
Describe the Feature Would like something like:
name: 'Description',
subtext: 'Test',
Which will show multiline text in the header
Or as name: ['Description', 'Line Two']
maybe
Expected behavior Provide a way to show a grid column header with two lines
Additional context https://github.com/infor-design/enterprise-wc/issues/1761
@tmcconechy For our use case, we need subtext to display the datatype of the column values. Example:
{ name: 'Name', subtext: 'Text' },
{ name: 'Orderdate', subtext: 'Date' },
{ name: 'Quantity', subtext: 'Numeric' }