Dynamic Multilevel Table

Hello i am trying to create a dynmaic multi layer Table. Looking like this:

grafik

On the left top side you see Purchase Orders. I want to add this columns dynamicly. In the next layer you see. Items and the Target Quantity and Is Quantity. How do i add Columns and is it even possible to create such a Table structure in ERPnext? This Table should be used if i have the same Item in two or more Purchase Orders.

I have the answer. If you want to create your own crazy custom tables and stuff you can create a HTML field in your Doctype. In Options you can put for example: “<table></table>” and work your way around with the javascript file according to the doctype.

its maybe not the best practice!

smal tut on how to create HTMl Tables with js: