javascript - Treegrid library with connector functionality? -


i have data needs multiple columns. 1 of columns (preferably not first, can be) display nested tree structure data.

both maxazan's treegrid.js , ludo van den boom's treetable.js accomplish want, almost. can hard distinguish hierarchy quick glance:

the data hierarchy unclear here

enter image description here

and here solution: adding connectors ->

the visualisation fixed connectors

enter image description here

the actual data has 7 columns

...but treegrid nor treetable support functionality. in both, indentation accomplished through spans padding. treetable uses single spans, makes connector implementation near impossible. treegrid uses multiple spans, imitate connector distinguish levels better.

how implement connectors eg. treegrid, or there similar js libraries creating tree grids connectors have missed?

if answer is: "it's semantically incorrect, should use nested lists" (in connectors quite trivial implement), follow-up question is:

what different possibilities vertically align elements inside list elements inside nested unordered lists? old version used unordered lists floating elements, fiddly code resize them accordingly if window resized etc, broke in way many cases , horrible maintain.


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -