how can I disable pandas dataframe in flet datatable and be able to edit and delete each row.
Column A | Column B |
---|---|
Cell 1 | Cell 2 |
Cell 3 | Cell 4 |
I tried setting the column headers by calling
df.column
but I don't know how to go about populating the row
how can I disable pandas dataframe in flet datatable and be able to edit and delete each row.
Column A | Column B |
---|---|
Cell 1 | Cell 2 |
Cell 3 | Cell 4 |
I tried setting the column headers by calling
df.column
but I don't know how to go about populating the row