mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 00:56:38 +00:00
@@ -52,7 +52,7 @@ export function useGridViewColumnWidth(view: Ref<GridType | undefined>) {
|
||||
|
||||
/** when columns changes(create/delete) reload grid columns
|
||||
* or when view changes reload columns width */
|
||||
watch([() => columns.value?.length, () => view?.value?.id ], loadGridViewColumns)
|
||||
watch([() => columns.value?.length, () => view?.value?.id], loadGridViewColumns)
|
||||
|
||||
const updateWidth = async (id: string, width: string) => {
|
||||
if (gridViewCols?.value?.[id]) {
|
||||
|
||||
Reference in New Issue
Block a user