I understand that editing of a column can be disabled using the columnExtensions property of the EditingState plugin. But that also disables the column when entering new values.
Is it possible to have column editing disabled only while rows are being edited and not when they are added?
Thanks.
Hi,
The functionality you described is available through a custom cell component for the TableEditRow plugin.
Please refer to this sample for more details.
Perfect! Just what I needed.
@zielinskipawel,
I've updated the sample. Feel free to reopen this issue if you need more information.
and how will it work with custom DataTypeProvider? Beacuse I've tried to implement your sample into already working DataTypeProvider and it seems not to catch the editingEnabled set in this TableEditRow.Cell, but if I use default type provider it works perfectly
I'm referring to this issue: #1757
@MaximKudriavtsev Can this work with a custom DataTypeProvider?
Hi @Velociapcior, @xZliman,
Currently, this case is not available. We will discuss how to implement it in the future.
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.