AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

Can we customize rows? #2069

Open mo-masmoudi opened 5 years ago

mo-masmoudi commented 5 years ago

Hello, Can we customize rows in react-boostrap-table? What i wanna have finally is a table similar to:

NO HEADER...

cell11 | cell12 | cell13 | cell14 | cell15

/* Omit here based on a condition two fields / cell21 | cell22 | cell23

cell31 | cell32 | cell33 | cell34 | cell35

/* Omit here based on a condition two fields / cell41 | cell42 | cell43

Col1 | Col2 | Col3 | Col4 | Col5 | Col6

Thank you in advance,