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
{{ message }}
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.
For the purposes of layout flow it would be helpful to implement a new static type to create an Empty area / column.
This can currently be done by using a custom component via a layout like below. This will render an empty column between "Permit Name" and "Type".
Proposed solution is to add a static type to
constants.js
in theSTATIC_TYPES
object called "EMPTY".shared-react-components/src/src/constants.js
Line 50 in 388562c
Then modify the rendering logic in ConfigView/ViewField to automatically insert the empty column.
shared-react-components/src/src/stories/ConfigView/ConfigView.jsx
Line 252 in 388562c
The text was updated successfully, but these errors were encountered: