UNPKG

kero

Version:

<img src="http://tinper.org/assets/images/kero.png" width="120" style="max-width:100%;"/>

21 lines (16 loc) 398 B
// JS var app,viewModel; viewModel = { dt1: new u.DataTable({ meta:{ f1:{type:'string',required:true,maxLength:8,minLength:3}, f2:{type:'string',required:true,maxLength:8,minLength:3,notipFlag: true, hasSuccess: true}, } }) }; app = u.createApp({ el:'body', model:viewModel }); var r = viewModel.dt1.createEmptyRow();