Hi,
is it possible to just make certain columns or just even certain cells editable in the same Table and the rest of the values in the remaining cells/columns are fixed?
Thanks
Hi,
is it possible to just make certain columns or just even certain cells editable in the same Table and the rest of the values in the remaining cells/columns are fixed?
Thanks
Hi,
Not sure about individual cells, but you can specify which columns are editable in the columns
prop via the key "editable"
. From the docs:
editable
( boolean ; optional): There are twoeditable
flags in the table. This is the column-level editable flag and there is also the table-leveleditable
flag. These flags determine whether the contents of the table are editable or not. If the column-leveleditable
flag is set it overrides the table-leveleditable
flag for that column.
Hope this helps!