gristlabs_grist-core/app/client/models
Dmitry S 65a722501d (core) Show count of formula errors in the column config in the right-side panel.
Summary:
- Cache the count by column, factoring out ColumnCache from
  ColumnACIndexes, which uses a similar pattern.
- Update error counts in response to column selection and to data changes.

Test Plan: Adds a test case for the new message

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D2780
2021-04-20 21:26:17 -04:00
..
entities (core) add new filter bar 2021-04-15 20:29:00 +02:00
AppModel.ts
BaseRowModel.js
BillingModel.ts
ClientColumnGetters.ts
ColumnACIndexes.ts (core) Show count of formula errors in the column config in the right-side panel. 2021-04-20 21:26:17 -04:00
ColumnCache.ts (core) Show count of formula errors in the column config in the right-side panel. 2021-04-20 21:26:17 -04:00
ColumnFilter.ts (core) Fix issue when using Other Values with many rows 2021-04-20 15:15:18 +02:00
ColumnFilterMenuModel.ts (core) Adds limitShown option to ColumnFilterMenu, defaults to 500 2021-03-29 09:30:13 +02:00
ConnectState.ts
DataRowModel.ts
DataTableModel.js
DataTableModelWithDiff.ts (core) Change how formula columns can be converted to data. 2021-03-05 12:42:57 -05:00
DocData.ts
DocModel.ts (core) make AccessRules and FullCopies effective 2021-03-25 15:05:26 -04:00
DocPageModel.ts (core) granular access control in the presence of schema changes 2021-03-01 13:49:31 -05:00
errors.ts (core) granular access control in the presence of schema changes 2021-03-01 13:49:31 -05:00
gristConfigCache.ts
gristUrlState.ts
HomeModel.ts
MetaRowModel.js
MetaTableModel.js
modelUtil.js
NotifyModel.ts (core) Disallow the combination of Public Edit access and granular ACLs. 2021-03-26 09:59:41 -04:00
QuerySet.ts (core) Change how formula columns can be converted to data. 2021-03-05 12:42:57 -05:00
rowset.ts (core) Change how formula columns can be converted to data. 2021-03-05 12:42:57 -05:00
rowuid.js
SearchModel.ts
SectionFilter.ts
TableData.ts (core) Show count of formula errors in the column config in the right-side panel. 2021-04-20 21:26:17 -04:00
TableModel.js (core) Change how formula columns can be converted to data. 2021-03-05 12:42:57 -05:00
TreeModel.ts
UserManagerModel.ts (core) Disallow the combination of Public Edit access and granular ACLs. 2021-03-26 09:59:41 -04:00
UserPrefs.ts
WorkspaceInfo.ts