Options
All
  • Public
  • Public/Protected
  • All
Menu

Used to find row in some table using Model Field Names. Only visible columns are allowed.

Hierarchy

  • TableCellByModelFields

Index

Properties

field

field: string

Field name, specifying column to click.

Optional index

index: undefined | number

Index inside found rows. Note 'FOUND' and not 'ALL'. 0 by default. Negative index is subtracted from length. I.e. -1 means last. -2 means before last, etc.

Optional one

one: undefined | false | true

If true and there more then one row, exception is generated. true by default.

row

row: RowSearchParams[]

Data specifying row to click.

Optional useRowIfCellAbsent

useRowIfCellAbsent: undefined | false | true

For some group tree nodes there is no corresponding fieldName in table header visible columns. So there is no corresponding cell. You can set useRowIfCellAbsent to true to use row instead of cell.