如何设置 react-tabulator table 的样式?

How to style react-tabulator table?

任何人都可以提供一些有关如何设置 react-tabulator table 样式的信息吗?我一直在尝试更改 header 颜色、边框等,但没有成功。我只在 className="table-bordered table-striped" 之类的文档中找到了 class 个名称,但这对我没有帮助。我想创建自定义样式。请帮帮我!

只需克隆现有样式 css 文件并修改它,例如: https://github.com/ngduc/react-tabulator/blob/master/demo/src/index.js#L7

然后将其导入到您的项目中。 我计划很快添加一些用于样式的文档。谢谢