lucid
lucid copied to clipboard
When data is unspecified or empty and a DataTable has isSelectable, render the select-all checkbox as disabled and unchecked
When there is no data and you can 'select-all', the checkbox should not be interactable as there's nothing to act on
<DataTable
data={[]}
isSelectable
//etc