Part of a table is editable and the other part not

hi there,
I have to create a table, one column must be not editable and the others should be.
and finally, when the table is filled in, the table should be saved in dash folder in csv format.
and how could I show the total sum of a numeric column in the last row of the same table?
please show some toy example.

thanks beforehand.

Hi @Garik,

You can set the editable attribute at the column level. See under columns in the Dash DataTable Reference.

You can set the table level editable parameter and modify the colums you want to be different from the table level value (e.g. make the whole table editable and set certain columns as not editable or vice-versa).