feat: Column title menus (#1616)
* view field index to float * gql codegen and package.json * list implementation * db call * reposition logic * lint fix * edge case fix * review changes * handleColumnMove refactor * dropdown recoil scope * rename props * Update server/src/database/migrations/20230727124244_add_view_fields_table/migration.sql --------- Co-authored-by: Charles Bochet <charlesBochet@users.noreply.github.com>
This commit is contained in:
@ -685,7 +685,7 @@ model ViewSort {
|
||||
}
|
||||
|
||||
model ViewField {
|
||||
index Int
|
||||
index Float
|
||||
isVisible Boolean
|
||||
key String
|
||||
name String
|
||||
|
||||
Reference in New Issue
Block a user