How can I insert a column or row at a specific index in a HeaderedRecord? #2776
-
IntroductionI am having trouble selecting a specific cell with a single click in my application. I would like to be able to select a particular cell easily, and when I do, I want to see buttons that allow me to add a column or a row at that location. This functionality would greatly enhance the user experience by making it more intuitive and efficient to modify the HeaderedRecord. Steps to reproduceNo response Restrictions & ConstraintsNo response Does your question relate to JointJS or JointJS+. Select both if applicable.JointJS, JointJS+ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This example shows how to select a cell in the record (see Pythagorean triple). The DataMapping examples shows how to add new cells to the record via context menu, but it also shows how to render a button next to a specific item (see |
Beta Was this translation helpful? Give feedback.
This example shows how to select a cell in the record (see Pythagorean triple).
The DataMapping examples shows how to add new cells to the record via context menu, but it also shows how to render a button next to a specific item (see
Decorator
) .