Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New capabilities added #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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