Article Details
Id:15406
Product:finPOWER Connect
Type:NEW
Version:3.01.05
Opened:02/08/2018
Closed:02/08/2018
Released:27/08/2018
Job: J021110

HTML Widget; Grid; Boolean columns now have the ability to show a cross for false values

When adding a Boolean column to an HTML Widget Grid, you can now specify "showCross: true" to force false values to display a cross instead of just showing blank, e.g.:

gridItems.AddColumnBoolean("Tested", {caption: "Tested", showCross: true});