Gerard Burns
|
0d0db98484
|
Grid columns UI (#12209)
* grid columns ui
* linting
* remove comment
* remove property thats not used
* remove cli pacakge change
* PR Feedback
* fixes
* fixes
* wip
* wip
* wip
* wip
* wip
* wip
* about to implement
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* tests
* linting
* remove drag handle file
* fix icons
* remove field config changes
* wip
* wip
* wip
* remove logs
* wip
* linting
* pr feedback
* linting
|
2023-11-24 11:02:57 +00:00 |
Andrew Kingston
|
1f3e56fdc1
|
Allow grids to provide a refresh datasource action
|
2023-11-09 11:10:52 +00:00 |
Andrew Kingston
|
3d2cd9cc0b
|
Use explicit svelte store 'get' when clicking buttons in grids
|
2023-11-07 14:22:09 +00:00 |
Andrew Kingston
|
c25b8a1448
|
Expose schema context from grid and allow usage in buttons
|
2023-11-07 14:10:16 +00:00 |
Andrew Kingston
|
57e3b1ad08
|
Fix issue with buttons inside grids when no actions are defined
|
2023-11-07 13:01:50 +00:00 |
Andrew Kingston
|
4ab9af53a0
|
Add row to grid button click callback
|
2023-11-02 08:53:48 +00:00 |
Andrew Kingston
|
2b8bbafcac
|
Add support for buttons inside grids
|
2023-11-01 16:45:37 +00:00 |
Andrew Kingston
|
fa90629139
|
Improve grid datasource backwards compatibility
|
2023-10-20 11:14:24 +01:00 |
Andrew Kingston
|
faa70b79b6
|
Fix on click actions not working when using non DS+ datasources and edit row setting is hidden but enabled
|
2023-10-18 14:21:09 +01:00 |
Andrew Kingston
|
922a851710
|
Merge branch 'develop' of github.com:Budibase/budibase into grid-all-datasources
|
2023-10-05 08:23:26 +01:00 |
Andrew Kingston
|
d03fdb6df9
|
Add initial support for query datasources in grids
|
2023-10-03 17:35:00 +01:00 |
Andrew Kingston
|
0506adee50
|
Update row click event name to match best practices
|
2023-10-02 09:18:25 +01:00 |
Andrew Kingston
|
eb934adc33
|
Add row click events to grid
|
2023-09-29 16:47:53 +01:00 |
Andrew Kingston
|
eb7c12ba09
|
Prevent editing columns in grids in client apps
|
2023-08-22 11:31:38 +01:00 |
Andrew Kingston
|
08b348c1d4
|
Allow selecting viewV2s for grid blocks and form blocks
|
2023-08-09 16:22:12 +01:00 |
Andrew Kingston
|
7aa5211d87
|
Fix grid block
|
2023-08-04 15:40:46 +01:00 |
Adria Navarro
|
e0b91d5941
|
Use defaults
|
2023-07-25 15:54:10 +02:00 |
Adria Navarro
|
95faeea286
|
datasourceType setup
|
2023-07-25 15:54:10 +02:00 |
Andrew Kingston
|
e0e0fcabad
|
Fix grid block row height not working. Change initialRowHeight setting to fixedRowHeight
|
2023-07-04 09:41:10 +01:00 |
Andrew Kingston
|
bac1a411e8
|
Ensure columns configured in the grid block are always visible, even if hidden in the parent table
|
2023-07-03 10:31:07 +01:00 |
Andrew Kingston
|
c7122448e1
|
Fix notifications not working in grid blocks in client apps
|
2023-06-28 09:18:01 +01:00 |
Andrew Kingston
|
9fd04cc2c7
|
Update multiple settings components to enable more generic usage of column selectors and remove some bespoke copy from generic components. Enable display names for grid columns
|
2023-06-19 18:49:57 +01:00 |
Andrew Kingston
|
9d8b5e99af
|
Add column setting to grid
|
2023-06-19 17:38:44 +01:00 |
Andrew Kingston
|
d77b2c6ab1
|
Refactor how grid settings are used and add option for row height
|
2023-06-19 17:24:40 +01:00 |
Andrew Kingston
|
68f21274ed
|
Add settings to grid block for filtering and sorting, and refactor grid logic to allow external control of these stores
|
2023-06-19 09:54:24 +01:00 |
Andrew Kingston
|
b05eb5ad01
|
Improve calculation of inversion indices, improve cell max sizes and grid padding for consitency
|
2023-06-16 12:09:44 +01:00 |
Andrew Kingston
|
6a42d76c62
|
Add border radius to grid block
|
2023-06-15 11:19:46 +01:00 |
Andrew Kingston
|
ed9065aae3
|
Hide add row FAB when selecting rows
|
2023-06-14 09:10:09 +01:00 |
Andrew Kingston
|
0ab1346577
|
Add settings to grid block for controlling CRUD
|
2023-06-13 17:17:29 +01:00 |
Andrew Kingston
|
5820996e4d
|
Update grid flags to allow readonly modifications of schema
|
2023-06-08 08:35:36 +01:00 |
Andrew Kingston
|
752dd93d84
|
Add initial grid block, and update grid to keep indentation consistent when row expansion is disabled
|
2023-06-07 15:50:38 +01:00 |