window - angular, I want to make my own grid system (table) -


i want make own grid system (table), <vb-grid [griddata]="foods" [fieldsdata]="fields" [titledata] = "titles" tableheight="200"> </vb-grid> here [griddata ] object data of table, [fielddata] array of fields name, [titledata] array of , , know want pass data in fields, this,, <kendo-grid [data]="griddata" [height]="410"> <kendo-grid-column field="productid" title="id" width="40"></kendo-grid-column> </kendo-grid>


Comments

Popular posts from this blog

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -

go - serving up pdfs using golang -

ffmpeg - Using Live555 HTTP capacities as a server for signaling -