josdejong/svelte-jsoneditor

Table mode: columns resizing due to flex display

开放

#421 创建于 2024年3月28日

 (11 条评论) (0 个反应) (0 位负责人)TypeScript (147 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (1,260 个星标)
PR 合并指标
 (平均合并 9小时 26分钟) (30 天内合并 5 个 PR)

描述

During table mode, I've noticed if the amount of data in a column varies a lot in size, the table columns will resize as you scroll up/down making it difficult to follow the table and contents.

I've hacked this with .jse-modal-contents{ display: block !important; } which works, but it causes an error in development:

ResizeObserver loop completed with undelivered notifications.
    at handleError (webpack-internal:///./node_modules/webpack-dev-server/client/overlay.js:252:58)
    at eval (webpack-internal:///./node_modules/webpack-dev-server/client/overlay.js:271:7)

I would appreciate any pointers to best resolve this!

贡献者指南