Default "updateable" cell style has priority to cell formatting table classes

Issue #109 resolved
Scott Wiltshire created an issue

Describe the bug
For view tables and grid widgets if conditional formating is applied via advanced options all of the “background” bg-X classes are either ignored or rendered over by the default cell style for writeable cells. It should be possible to apply any defined class to both writeable and read only cells. Currently bg-X classes only work if readOnly is set to true for the table.

To Reproduce

  • In any table which contains writable leaf cells apply a bg-X class to cells. (custom formatting is NOT applied)
  • set “readOnly”:true for the table. (custom formatting is applied)
  • change the class to a non bg class e.g. kpi-orange, qty. (custom formatting is applied regardless of write status of the cell)

Expected behavior
Background conditional formatting should be able to be applied for updateable cells, not only for read only cells..

Comments (3)

  1. Log in to comment