SmartClient Version: SNAPSHOT_v11.1d_2017-03-06/Enterprise Development Only (built 2017-03-06)
and
SmartClient Version: SNAPSHOT_v11.1d_2017-03-07/AllModules Development Only (built 2017-03-07)
Chrome, Safari on OSX
Hello, please modify the #filter sample like this:
you'll see that the filterEditor field for the 'independence' column is strange, see attachment.
and
SmartClient Version: SNAPSHOT_v11.1d_2017-03-07/AllModules Development Only (built 2017-03-07)
Chrome, Safari on OSX
Hello, please modify the #filter sample like this:
Code:
isc.ListGrid.create({
ID: "countryList",
width:500, height:300, alternateRecordStyles:true,
dataSource: worldDS,
fields:[
{name:"countryCode", title:"Code", width:50},
{name:"countryName", title:"Country"},
{name:"capital", title:"Capital"},
{name:"independence", title:"Continent"}
],
autoFetchData: true,
showFilterEditor: true
})
Comment