What is the proper way to remove the row header in blueprintjs table ?
Asked
Active
Viewed 690 times
1 Answers
5
<Table enableRowHeader={false}>
...
</Table>
All props can be found here: https://blueprintjs.com/docs/#table/api

Nacho Justicia Ramos
- 8,313
- 1
- 16
- 26

Will Stone
- 4,626
- 3
- 21
- 29