react.arquerodetailslistfeatures.md
December 20, 2023 ยท View on GitHub
Home > @datashaper/react > ArqueroDetailsListFeatures
ArqueroDetailsListFeatures interface
Feature flags and configuration for the Arquero Details List component
Signature:
export interface ArqueroDetailsListFeatures
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| commandBar? | IRenderFunction<IDetailsColumnProps>[] | (Optional) Receive elements to render in the column header as commands, passing the column details to be used in the component | |
| hideRowNumber? | boolean | (Optional) Option to hide the default row number, which is the first column with a detail styling. Default as false | |
| histogramColumnHeaders? | boolean | (Optional) Include histograms in the headers of numeric columns. | |
| lazyLoadGroups? | boolean | (Optional) Collapse most groups so we can lazy load them. Default as true | |
| showBooleanSymbol? | boolean | (Optional) Without smartCells, if datatype is boolean, shows a symbol | |
| showCategoricalBar? | boolean | (Optional) Without smartCells, if datatype is array, shows a categorical bar | |
| showDateFormatted? | boolean | (Optional) Without smartCells, if datatype is date, shows the date formatted | |
| showDropdown? | boolean | (Optional) Without smartCells, If datatype is array, shows a dropdown with the values | |
| showNumberMagnitude? | boolean | (Optional) Without smartCells, if datatype is number, shows the magnitude of the value | |
| showSparkbar? | boolean | (Optional) Without smartCells, if datatype is array, shows a sparkbar | |
| showSparkline? | boolean | (Optional) Without smartCells, if datatype is array, shows a sparkline | |
| smartCells? | boolean | (Optional) Use embedded charts and vis based on data types and cell contents. | |
| smartHeaders? | boolean | (Optional) Includes stats and histograms in the headers of columns | |
| statsColumnHeaders? | boolean | (Optional) Include stats in the headers of columns. | |
| statsColumnTypes? | StatsColumnType[] | (Optional) If statsColumnHeaders or smartHeaders is true the user can pass which stats he wants |