enableRowSelection

abstract var enableRowSelection: (row: Row<TData>) -> Boolean?(source)
  • Enables/disables row selection for all rows in the table OR

  • A function that given a row, returns whether to enable/disable row selection for that row API Docs Guide