cscan / vue3-excel-editor

Vue3 plugin for displaying and editing the array-of-object in Excel style.
MIT License
231 stars 51 forks source link

the height does not match to 100% of the parent #53

Open ptcgh opened 3 weeks ago

ptcgh commented 3 weeks ago

when i input too many data , will appear a scroller out the vue3-excel-editor.

image image

cscan commented 3 weeks ago

Maybe due to the missing filter row.

On Mon, Apr 22, 2024 at 10:47 AM ptcgh @.***> wrote:

when i input too many data , will appear a scroller out the vue3-excel-editor.

image.png (view on web) https://github.com/cscan/vue3-excel-editor/assets/16915939/67217fae-1859-4d84-857b-27c6a3ecdba2 image.png (view on web) https://github.com/cscan/vue3-excel-editor/assets/16915939/5e761888-02e5-4d77-bea6-ba5ade21056e

— Reply to this email directly, view it on GitHub https://github.com/cscan/vue3-excel-editor/issues/53, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYSOF3JVYCJAHYK4BI2CJTY6R22HAVCNFSM6AAAAABGR5WYDKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI2TKNBWGUYTCNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

cscan commented 1 day ago

What is the result after adding the filter col, does it fix the issue?