enableMultiRowSelection

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

  • A function that given a row, returns whether to enable/disable multiple row selection for that row's children/grandchildren API Docs Guide