Andrew Kingston
943d17966e
Remove import button for users table
2023-04-21 10:50:50 +01:00
Andrew Kingston
6bf6d15849
Rename sheet to grid
2023-04-20 08:17:07 +01:00
Andrew Kingston
06e1f2954a
Add schemaOverrides prop to sheet and use it to customise user table schema
2023-04-18 13:41:17 +01:00
Andrew Kingston
a06f584e7d
Use unique user edit modal for editing users in sheets
2023-04-18 13:12:20 +01:00
Andrew Kingston
91ee5be7c5
Disable row import button for users table and add optional chaining to spreadsheetsocket invocations to fix tests
2023-04-18 11:31:19 +01:00
Andrew Kingston
69f6834886
Improve sheet integration with data section and add horizontal cell inversion
2023-04-13 12:01:16 +01:00
Andrew Kingston
a78ba19cf8
Tidy up buttons above sheets and add FAB for adding rows
2023-03-10 11:59:10 +00:00
Andrew Kingston
df757ce09b
Prevent adding rows to users table and remove log
2023-03-07 11:57:28 +00:00
Andrew Kingston
ca92d520b3
Fully integrates sheets with datasection and remove lots of old stuff
2023-03-07 11:40:32 +00:00
Andrew Kingston
b93f575bca
Add popovers to sheet column headers, improve mouse UX
2023-03-06 15:09:42 +00:00
Andrew Kingston
4647e1bc07
Fix issues with not disconnecting users when swapping datasource and improve multi-user UI
2023-03-06 11:20:47 +00:00
Andrew Kingston
b82e7582db
Add back in functional delete row button
2023-03-03 08:34:26 +00:00
Andrew Kingston
5b590a5976
Integrate sheet into data section better
2023-03-02 17:20:51 +00:00
Andrew Kingston
385e9eadb0
Add infinite scroll, improve row fetching, add error handling, fix svelte store updates
2023-02-28 11:48:25 +00:00
Andrew Kingston
fae24276f9
Migrate sheet to data section, improve reordering and reszing
2023-02-26 21:29:46 +00:00
Dean
45b907cfde
Merge remote-tracking branch 'origin/develop' into feature/configurable-data-export
2023-01-23 11:43:15 +00:00
Dean
4479c2477c
Merge remote-tracking branch 'origin/develop' into feature/configurable-data-export
2023-01-10 09:39:11 +00:00
Andrew Kingston
c3b6afbb6f
Fix SQL table `_id` filtering ( #9030 )
...
* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field
* Remove like operator from internal tables and only allow basic operators on SQL table _id column
* Update data section filtering to respect new rules
* Update automation section filtering to respect new rules
* Update dynamic filter component to respect new rules
2022-12-15 09:22:28 +00:00
Dean
cdcefa16bb
Filtering and sort on data row export
2022-12-13 10:13:17 +00:00
Martin McKeaveney
bfab6fc335
merge
2022-12-09 13:35:18 +00:00
Andrew Kingston
7107df83e8
Ensure filters are reset when changing table in the data section
2022-12-07 13:08:58 +00:00
Andrew Kingston
0e9477b982
Fix filter drawer and filtering in general across data, design and automate and update to support keyed fields and 'match any'
2022-12-07 08:57:17 +00:00
Dean
4826f1ef82
Force a re-initialisation of table data and paging when importing rows to a datasource
2022-12-05 15:02:39 +00:00
Martin McKeaveney
52feda77de
roll out release services after deployment
2022-08-12 17:42:46 +01:00
mike12345567
de3ceeb119
Adding mechanism to allow displaying an error on data retrieval for tables.
2022-08-01 18:56:59 +01:00
mike12345567
0d5eefa727
Making it so that the filter table button isn't disabled when the filter/search didn't return any data.
2022-04-27 16:58:29 +01:00
Andrew Kingston
61fb90e03d
Add spacing between title buttons
2022-04-08 10:37:45 +01:00
Andrew Kingston
6be3c7c624
Allow table buttons to wrap
2022-04-08 10:35:13 +01:00
Andrew Kingston
620008fc42
Prevent flashing CTA buttons when initially loading table data
2022-04-07 15:48:35 +01:00
Andrew Kingston
9e20f0406c
Update auto column, export and filter buttons to new designs and to support disabled state
2022-04-07 15:39:14 +01:00
Andrew Kingston
7a2a7bfc87
Split buttons into left and right sides
2022-04-07 15:32:46 +01:00
Andrew Kingston
2a5b81a40a
Add placeholder table content and add highlighted and disabled states to table buttons
2022-04-07 15:30:55 +01:00
Andrew Kingston
5e98b01d4e
Fix table loading states and remove virtual table rendering
2022-02-18 14:12:29 +00:00
Andrew Kingston
fab27eea77
Fix issue with backend UI not refreshing when adding a row
2022-01-28 15:17:21 +00:00
Andrew Kingston
05e9f6088b
Use frontend-core implementation of data fetching in backend UI
2022-01-26 17:43:48 +00:00
mike12345567
af5e196b4c
Adding all required controls for data import to internal tables, just need to implement external table data import.
2021-11-12 18:26:57 +00:00
mike12345567
c82cf534d8
Updating external table UI a bit, adding the concept of defining an existing relationship, updating the data sources UI to make it a bit less cluttered and make the creation of tables more obvious.
2021-11-01 21:15:46 +00:00
mike12345567
329156d6cc
SQL table building.
2021-10-28 19:39:42 +01:00
Peter Clement
a20af34a03
refactor to remove object reference
2021-10-18 16:03:13 +01:00
Peter Clement
e85b98a857
copy table schema and dont mutate directly
2021-10-18 14:53:57 +01:00
Peter Clement
d4cffde79e
remove uneeded properties from schema
2021-10-13 14:55:40 +01:00
Peter Clement
ec50621733
refactor new autocolumn functionality
2021-10-13 11:39:36 +01:00
Andrew Kingston
7f08ef3a6c
Reset data ui searches when mutating rows as we cannot guarantee that bookmarks are the same
2021-09-30 13:49:09 +01:00
Andrew Kingston
1c93ae509e
Refresh data UI tables when creating a row
2021-09-29 12:29:26 +01:00
Andrew Kingston
f9c8cd8506
Automatically refresh data as needed when rows or columns are updated
2021-09-29 12:07:35 +01:00
Andrew Kingston
873ef99527
Add transitions to data UI tables to improve smoothness and prevent stuttering and flashing on loading
2021-09-29 10:33:55 +01:00
Andrew Kingston
4a827c2aab
Fix resetting filters and sorting options when changing tables
2021-09-29 10:17:12 +01:00
Andrew Kingston
745aff0c44
Reuse filter drawer component to allow full table filtering on any type in data UI
2021-09-29 09:05:04 +01:00
Andrew Kingston
7527c19a8c
Add basic search implementation to data UI tables
2021-09-28 15:29:15 +01:00
Andrew Kingston
705088362b
Move lucene logic into builder
2021-09-27 15:36:18 +01:00