Alberto García Sola
Results
3
comments of
Alberto García Sola
Someone know a workaround? still doesn't works
@KevinVandy this is my column helper: ```js ... columnHelper.accessor('ref', { id: 'ref', cell: (info) => {info.renderValue()}, size: 300, header: 'ID', footer: (info) => info.column.id, }), ... ``` And this my...
@KevinVandy I already did but still not working 🤷♂️ ```jsx ... {headerGroup.headers.map((header) => ( ... ```