Sha256: 81d7115e6305ad71f60b648e055571f3e23615832c25722c19d939c6acba5b29
Contents?: true
Size: 709 Bytes
Versions: 58
Compression:
Stored size: 709 Bytes
Contents
`subRowHeaders` is an optional prop that if present will add header rows at each level of the nested data. The prop takes an array of strings, each string being the text for each header row. The array of strings must be in the order in which they need to be rendered in the UI according to depth. `enableToggleExpansion` is an additional optional prop that can be used in conjunction with the subRowHeaders prop. `enableToggleExpansion` is a string that can be 'all' or 'header". If set to 'all', the toggle exapansion button will appear in the table header as well as in the subRow headers. If set to 'header' button will only appear in header and NOT in subRow headers. This is set to 'headeer' by default.
Version data entries
58 entries across 58 versions & 2 rubygems