数据表样式(颜色、bgcColor、边框...)
dataTable style (color, bgcColor, border...)
如何使用 reactjs 更改 dataTable 的样式(颜色、bgColr、边框、悬停等)
dataTable image
要更改 reactDataTable 的样式,您可以覆盖 CSS 样式。
CSS Overrides
If you would like to customize the layout components of React Data Table using styled-components (e.g. styled(DataTable)), or your favorite CSS, SCSS, LESS, etc.. pre-processor you may use the following classNames:
- rdt_Table
- rdt_Table行
- rdt_Table列
- rdt_TableCol_Sortable
- rdt_Table单元格
- rdt_Table页眉
- rdt_Table页脚
- rdt_Table头
- rdt_TableHeadRow
- rdt_Table正文
- rdt_ExpanderRow
Check the react data table documentation
Check a working stackblitz example
如何使用 reactjs 更改 dataTable 的样式(颜色、bgColr、边框、悬停等) dataTable image
要更改 reactDataTable 的样式,您可以覆盖 CSS 样式。
CSS Overrides
If you would like to customize the layout components of React Data Table using styled-components (e.g. styled(DataTable)), or your favorite CSS, SCSS, LESS, etc.. pre-processor you may use the following classNames:
- rdt_Table
- rdt_Table行
- rdt_Table列
- rdt_TableCol_Sortable
- rdt_Table单元格
- rdt_Table页眉
- rdt_Table页脚
- rdt_Table头
- rdt_TableHeadRow
- rdt_Table正文
- rdt_ExpanderRow
Check the react data table documentation
Check a working stackblitz example