ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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 

Properties

PropertyTypeDescription
flagsstringThe regexp flags
patternstringThe regexp pattern
singleCellsbooleanIf true, there will be one group per column. Defaults to false.

Remarks

See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions for regexp documentation.

  • RegexpColumnsSelectorParameters interface
  • Properties
  • Remarks
Copyright © 2019 ActiveViam