Search results

RowPosition API in React TreeGrid API component

Defines the position where the new row has to be added.

  • Top - Defines new row position as top of all rows.
  • Bottom - Defines new row position as bottom of all rows.
  • Above - Defines new row position as above the selected row.
  • Below - Defines new row position as below the selected row.
  • Child - Defines new row position as child to the selected row.