Content selection
BS4 Data grid has the option to force content selection when clicking on a row or disable content selection entirely
Force content selection
Data grid with .data-grid-content-selectable will make all rows selected all the time. This is useful when creating a grid that its pure purpose is selecting rows.
Unselectable content
Data grid with .data-grid-content-unselectable will make all rows unselected all the time and include a button to toggle selection mode
On this page