Simplify and genericize _mgr.createSection()
A visual analytical tool for structured data
Status: Alpha
Brought to you by:
rknopman
Move as much code from _mgr.createSections into the section code themselves.
Would be great if you didn't have to pass type in as a string (to _mgr.createSections()), but perhaps as the class object or something. That way, we could subclass the existing section types and be able to create them as well.