Skip to content

New capabilities added#22

Open
robustgoku wants to merge 1 commit intocodinova-tech:masterfrom
robustgoku:readOnlyCell-And-Merge-Unmerge-Cells
Open

New capabilities added#22
robustgoku wants to merge 1 commit intocodinova-tech:masterfrom
robustgoku:readOnlyCell-And-Merge-Unmerge-Cells

Conversation

@robustgoku
Copy link

The pull request has changes for three features:-

  1. It honors the readOnly property of editorJS table now. (Already few PR are there so nothing new lol)
  2. Capability to merge & unmerge adjacent cells. Enjoy !
  3. Capability to make specific cell read only. Sample data format:-

[ [ { "content": "Praticualrs", "colSpan": 1, "readOnlyCell": true }, { "content": "Amount", "colSpan": 1, "readOnlyCell": false } ], [ { "content": "Land", "colSpan": 1, "readOnlyCell": true }, { "content": "200000", "colSpan": 1, "readOnlyCell": true } ] ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant