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
With msupply-foundation/conforma-web-app#1569, it would be good to be able to specify the "hide label" and "hide whole row" functionality to the data view tables. Best thing to do is add some more options to the additional_formatting column in data_view_column_definitions. Specifically:
hideLabelOnMobile
hideRowOnMobile
Both can be evaluator expressions, as per the current behaviour.
Then interpret in the front-end, too.
The text was updated successfully, but these errors were encountered:
With msupply-foundation/conforma-web-app#1569, it would be good to be able to specify the "hide label" and "hide whole row" functionality to the data view tables. Best thing to do is add some more options to the
additional_formatting
column in data_view_column_definitions. Specifically:hideLabelOnMobile
hideRowOnMobile
Both can be evaluator expressions, as per the current behaviour.
Then interpret in the front-end, too.
The text was updated successfully, but these errors were encountered: