hello,can anyone pay attention to
before,version 5.4.0 I set organizationSettings: jqwidgets.TreeGridOptions = {
height: ‘350’,
width: ‘98%’,
editable: false,
pageable: true,
filterable: true,
height: ‘350’,
width: ‘98%’,
editable: false,
pageable: true,
filterable: true…}, and the type is String,Boolean but now is string,boolean
but now,version > 5.5.0,5.6.0 I have to change set organizationSettings: any = {
height: ‘350’,
width: ‘98%’,
editable: false,
pageable: true,
filterable: true,
height: ‘350’,
width: ‘98%’,
editable: false,
pageable: true,
filterable: true…}
many property change to undefined,
and i have saw jqxDateTimeInput formatString->formatstring,