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 twoeditableflags in the table. This is the column-level editable flag and there is also the table-leveleditableflag. These flags determine whether the contents of the table are editable or not. If the column-leveleditableflag is set it overrides the table-leveleditableflag for that column.
Hope this helps!