josdejong/svelte-jsoneditor

Table mode: columns resizing due to flex display

Ouverte

#421 ouverte le 28 mars 2024

 (11 commentaires) (0 réaction) (0 personne assignée)TypeScript (147 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (1 260 étoiles)
Métriques de merge PR
 (Merge moyen 9h 26m) (5 PRs mergées en 30 j)

Description

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!

Guide contributeur