I'm new to react-table. Currently I have a 5 rows table to render on react-table, and I don't need the pagination function. I understand to turn pagination off, it can be done by "pagination={false}". However the pagination control still showing, is there a way to hide it?
I just found prop showPagination={false}
. Try that.