Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
412 views
in Technique[技术] by (71.8m points)

javascript - 如何使用反应形式制作动态剑道网格?(how to make dynamic kendo grid using reactive form?)

how to make dynamic grid with kendo using reactive form ?

(如何使用反应形式使用剑道制作动态网格?)

Json Output :-

let dataJson = [{id:1,name:'A',date:'date'},{id:1,name:'B',date:'date'},{id:1,name:'C',date:'date'},{id:1,name:'D',date:'date'}]

let HeaderJson = [{nameCtrl:id,type:integer},{nameCtrl:name,type:string},{nameCtrl:Date,type:date}]

using the above json i have to make a kendo grid and fill it .

(使用上述json,我必须制作一个kendo网格并填充它。)

the above one is example for this question it changes as server gives different output .

(上面的示例是此问题的示例,它随着服务器给出不同的输出而改变。)

approach i used for typescript but how to use it with kendo grid for angular https://medium.com/@vap1231/inline-editable-table-using-dynamic-form-controls-in-angular-87eb24c0e5a5

(我用于打字稿的方法,但如何与Kendo网格一起用于角度 https://medium.com/@vap1231/inline-editable-table-using-dynamic-form-controls-in-angular-87eb24c0e5a5)

Or How to Do Using ngModel (Template Driven Approach)?

(或如何使用ngModel(模板驱动方法)?)

  ask by CoffeeMaster translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...