react-bootstrap-table / react-bootstrap-table2

Next Generation of react-bootstrap-table
https://react-bootstrap-table.github.io/react-bootstrap-table2/
MIT License
1.27k stars 431 forks source link

Table data row customisation by using component #212

Open ganesharulanantham opened 6 years ago

ganesharulanantham commented 6 years ago

@AllenFang Give your thoughts on following customisation requirements Use Case:

  1. Table rows will be rendered as Card or Tabular cell.
  2. Should support row select, pagination, sort and filter.
  3. Pass props to dispatch action from row component.
  4. Table Header optional. image
ganesharulanantham commented 6 years ago

@AllenFang Closest thing https://github.com/AllenFang/react-bootstrap-table/issues/189. Why not supporting data format for table row?

AllenFang commented 6 years ago

@ganesharulanantham sorry for lately reply. Customization row is a good idea, I'll spend sometime to implement it but with little lower priority due to we are recovering all of the important features in legacy react-bootstrap-table.

I'll mention here again if we finish row customization ;) . PR is welcome

cbfrank commented 6 years ago

Can we think about to support multi headers i.e. multi in , currenlty only one fixed tr is rendered in thead.

khirod-dev commented 5 years ago

is there any way i can dispatch an action ( to call a redux saga ) on click on row when i am expanding the row