can you pass react components for header / footer / cell in react table?
I tried adding a default to flex render if footer/header/cell was undefined, but I got a type error and when defining the column definitions they also resulted in a type error, however if I ignore TypeScript, everything seems to work as expected. Is this a bug or just behavior that is untested and not something that is supported by this library?
0 Replies