gristlabs_grist-core/app/client/models/entities
Alex Hall 04e5d90f86 (core) Barely working reference lists in frontend
Summary:
This makes it possible to set the type of a column to ReferenceList, but the UI is terrible

ReferenceList.ts is a mishmash of ChoiceList and Reference that sort of works but something about the CSS is clearly broken

ReferenceListEditor is just a text editor, you have to type in a JSON array of row IDs. Ignore the value that's present when you start editing. I can maybe try mashing together ReferenceEditor and ChoiceListEditor but it doesn't seem wise.
I think @georgegevoian should take over here. Reviewing the diff as it is to check for obvious issues is probably good but I don't think it's worth trying to land/merge anything.

Test Plan: none

Reviewers: dsagal

Reviewed By: dsagal

Subscribers: georgegevoian

Differential Revision: https://phab.getgrist.com/D2914
2021-07-23 18:41:44 +02:00
..
ACLRuleRec.ts (core) make AccessRules and FullCopies effective 2021-03-25 15:05:26 -04:00
ColumnRec.ts (core) Barely working reference lists in frontend 2021-07-23 18:41:44 +02:00
DocInfoRec.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
PageRec.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
TabBarRec.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
TableRec.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
TableViewRec.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
ValidationRec.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
ViewFieldRec.ts (core) Add new color select to the app 2021-03-02 16:41:37 +01:00
ViewRec.ts (core) move client code to core 2020-10-02 13:24:21 -04:00
ViewSectionRec.ts (core) Freezing columns on a GridView 2021-06-18 12:22:13 +02:00