Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

table sticky-header overlaid by other components #545

Open
raymond-digi opened this issue Jun 14, 2023 · 0 comments
Open

table sticky-header overlaid by other components #545

raymond-digi opened this issue Jun 14, 2023 · 0 comments

Comments

@raymond-digi
Copy link

raymond-digi commented Jun 14, 2023

Overview of the problem

Oruga version: [0.6.0]
Vuejs version: [3.3.2]
OS/Browser: Windows, Chrome, Edge

Description

component table with sticky-header, headers is always on top with regular text but not with other components (like o-checkbox and o-input).

Steps to reproduce

<o-table :data="items" focusable sticky-header>
    <o-table-column label="Active" #default="v">      
        <o-checkbox v-model="v.row.Active" disabled />
    </o-table-column>
    <o-table-column label="ID" #default="v">
        {{ v.row.Id }}
    </o-table-column>
    <o-table-column label="Code" #default="v">
        <o-input v-model="v.row.Code"></o-input> 
    </o-table-column>
</o-table>"

Expected behavior

headers should be always on top

Actual behavior

components on top of headers

oo-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant