Is there a way to disable a cell for editing? We can define editor at column level but can we disable that editor for specific rows?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
You can disable or even change editor/formatter/validator... or other cell properties using
getItemMetadata
method. There is very nice documentation for this here.Example: