We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When convert table it is shown only last row, missing key in row.
Modify this row:
blocks-conversion-tool/src/converters/slate.js
Line 302 in ff9a252
with: rows.push({ key: getId(), cells });
rows.push({ key: getId(), cells });
The text was updated successfully, but these errors were encountered:
Add missing key to slate table rows
8a70fe9
Fixes #9
Fix: Fix issue #9 Missing rows in tables
495cadc
Successfully merging a pull request may close this issue.
When convert table it is shown only last row, missing key in row.
Modify this row:
blocks-conversion-tool/src/converters/slate.js
Line 302 in ff9a252
with:
rows.push({ key: getId(), cells });
The text was updated successfully, but these errors were encountered: