2

What is the proper way to remove the row header in blueprintjs table ?

row header

casperOne
  • 73,706
  • 19
  • 184
  • 253
brunesto
  • 430
  • 3
  • 11

1 Answers1

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