Sha256: 4bc0fbc15d8b9037e27ec3d744330615a8c25b6ae2b00e32bebf54ea816ac758
Contents?: true
Size: 730 Bytes
Versions: 32
Compression:
Stored size: 730 Bytes
Contents
`subrow_headers` 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. `enable_toggle_expansion` is an additional optional prop that can be used in conjunction with the subRowHeaders prop. `enable_toggle_expansion` is a string that can be "all", "header" or "none". If set to "all", the toggle expansion button will appear in the table header as well as in the subRow headers. If set to "header", the button will only appear in header and NOT in subRow headers. This prop is set to "header" by default.
Version data entries
32 entries across 32 versions & 2 rubygems