You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead see https://github.com/NationalBankBelgium/stark/blob/master/CONTRIBUTING.md#got-a-question-or-problem
Current behavior
In Stark Table, when a cell has no value, the cellFormatter property, optionally, defined for the column is not triggered.
That means the developer cannot set a default value with cellFormatter in case there is no value.
Expected behavior
The cellFormatter property should be used even if there is no value for the cell.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Bug fixing
Environment
Angular version: 7.x
Stark version: 10.0.0-rc.2
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
In Stark Table, when a cell has no value, the
cellFormatter
property, optionally, defined for the column is not triggered.That means the developer cannot set a default value with
cellFormatter
in case there is no value.Expected behavior
The
cellFormatter
property should be used even if there is no value for the cell.Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Bug fixing
Environment
The text was updated successfully, but these errors were encountered: