CE-1115 checkpoint on report & pivotTable setup widgets:

- refactor into sub-components
- working drag & drop
- more help content
- disable things rather than alert if no table
This commit is contained in:
2024-04-11 10:11:43 -05:00
parent cdec98afd8
commit cb7fa641eb
8 changed files with 988 additions and 279 deletions

View File

@ -658,3 +658,9 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
{
border: none;
}
.entityForm h5,
.recordView h5
{
font-weight: 500;
}