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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -