react.arquerodetailslistprops.oncolumnselect.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/react > ArqueroDetailsListProps > onColumnSelect
ArqueroDetailsListProps.onColumnSelect property
Fires a column-wide select event for all columns, including headers. If you need custom behavior, use the built-in table-level onColumnHeaderClick and per-column onClick
Signature:
onColumnSelect?: ColumnSelectFunction;