You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to figure out how to force ScrollBlot to be a table>tbody and only allow first level children to be Blots represented by tr and td tag ( e.g. smallest block level Blot is single cell table row).
I understand I need to define my block blot with tag tr and override some methods on the blot class.
How do I approach ScrollBlot ?
The text was updated successfully, but these errors were encountered:
viktor-evdokimov
changed the title
Limit top node of the document to be a table and only allow children to be tr>td
Limit top node of the document to be a table>tbody and only allow children to be tr>td
Nov 3, 2017
Hello,
I am trying to figure out how to force ScrollBlot to be a table>tbody and only allow first level children to be Blots represented by
tr
andtd
tag ( e.g. smallest block level Blot is single cell table row).I understand I need to define my block blot with tag
tr
and override some methods on the blot class.How do I approach ScrollBlot ?
The text was updated successfully, but these errors were encountered: