NOTE: temporary plugin, not aimed to stay, used only to ship fast a solution for table footers.
- Display footer rows (one or more).
name | type | description |
---|---|---|
rows | (data:T[], columnCount:number) => ReactNode | A custom renderer that takes all the data as parameters as well as columnCount. Displays in <tfoot> area. |