react-bootstrap-table2/docs/basic-row.md
2018-01-13 14:22:12 +08:00

24 lines
503 B
Markdown

---
id: basic-row
title: Work on Row
sidebar_label: Work on Row
---
`react-bootstrap-table2` allow you to custom the row style/class/attributes and event on row(`tr`)
**[Live Demo For Rows](../storybook/index.html?selectedKind=Work%20on%20Rows)**
-----
## Row Style/Class
* [rowStyle](./table-props.html#rowstyle-object-function)
* [rowClasses](./table-props.html#rowclasses-string-function)
## Row Events
* [rowEvents](./table-props.html#rowevents-object)
## Row Attributes
**Coming Soon!**