Home > @activeviam/activeui-sdk > RegexpColumnsSelectorParameters
RegexpColumnsSelectorParameters interface
Creates a group of columns based on a regexp ran on the column header value.
Signature:
export interface RegexpColumnsSelectorParameters
Remarks
See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions for regexp documentation.
Properties
Property | Type | Description |
---|---|---|
flags | string | The regexp flags |
pattern | string | The regexp pattern |
singleCells | boolean | If true, there will be one group per column. Defaults to false. |