Hierarchy

  • TableOptions

Properties

enabled?: boolean

Toggle whether the table is able to be resized at all

default :true

handlePosition?: string

By default, each column's "handle" position is on the left-hand side of the column.

If, for style-reasons, you want to move it to the right, this option should reflect that so that the calculations can be updated to match the expected behavior of which column(s) grow/shrink

Valid values are 'left' or 'right'

Generated using TypeDoc