Article Details
Id:14712
Product:finPOWER Connect
Type:NEW
Version:3.00.07
Opened:18/07/2017
Closed:18/07/2017
Released:18/08/2017
Job: J019321

HTML Widgets; Grid; Now allows editable boolean columns

Adding an attribute allow-edit="true" to a <th> tag for a boolean grid column now displays a checkbox in the column and fires the onBeforeCellUpdate grid event, e.g.:

    <table id="gridItems">
      <thead>
        <th key="AccountId" data-type="code" sortable="true">Account Id</th>
        <th key="Include" data-type="boolean" allow-edit="true">Include</th>
      </thead>