This repository was archived by the owner on Jan 13, 2022. It is now read-only.
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
footerRenderer does not render without a truthy value from footerDataGetter #172
Open
Description
I'm trying to use footerRenderer property to render custom content in the table's footer, but the function does not seem to do anything. Is the functionality not working or am I missing something obvious?
The result that I get:
There is a fixed space created at the bottom of the table, but nothing appears there.
I'm using React 0.13.3 with Fixed Data Table 0.3.0.
Code snippet is at https://gist.github.com/Martynas-P/555fc244d6c1ffbde6bb
Thanks