Context / Problem to solve / Design
Some tables display actions, typically in the last column; these cells are not part of the data set.
How do we want to manage them?
Suggestion
- As
DataTable props
- As
TableRow props
- With a specific
renderRow function
- other...