def bind_table_data(
self,
columns: Union[list, str] = None
)
python
ArgumentsType hintDescription
selfFlourishReturns the Flourish object
columnsUnion[list, str], optionalTable values. The cell contents can by styled with html or markdown To style with markdown first make sure the Cell text styling setting in the Table section of the editor is on To add an image, right click on a cell and click Upload fileSuggested data type hints: string, number, datetime. Flourish type hint: columns