from reactable import Reactable, Column, JS, embed_css
from reactable.data import cars_93
embed_css()
Footers
You can add column footers using the footer
argument in Column()
.
footer
can either be custom content to render (e.g., a character string or HTML tag), or a custom render function. See Custom rendering to learn more about using custom render functions.