I'm trying to remove the table title text on the top but couldn't find any solution. I managed to remove the search bar and make title="" but this title will take up the space. I don't want that.

Hi
You can use options.toolbar: false.
I will close the issue. You can reopen if it requires
The better way to hide the table title is to set showTitle to false in options like this :
options={{
showTitle: false,
}}
Most helpful comment
Hi
You can use options.toolbar: false.
I will close the issue. You can reopen if it requires