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

Button pagination default style is different like example #363

Open
pmatatias opened this issue Apr 16, 2024 · 0 comments
Open

Button pagination default style is different like example #363

pmatatias opened this issue Apr 16, 2024 · 0 comments

Comments

@pmatatias
Copy link

I read the documentation, it says that Use buttons-pagination prop and page buttons will be generated automatically to help you navigate much easier.

here my code:

  • template
<Vue3EasyDataTable buttons-pagination v-model:server-options="serverOptions" 
  :headers="headers" :items="items" :server-items-length="serverItemsLength" 
  table-class-name="table-device" >

 </Vue3EasyDataTable>
  • css
.table-device {
    --easy-table-header-background-color: var(--felgrau);
    --easy-table-header-font-color: #ffffff;
    --easy-table-border: 2px solid var(--felgrau);
    --easy-table-footer-font-size: 12px;
}

but the button pagination i got like below:

Screenshot 2024-04-16 at 10 48 31

i expect it has style like the example . is there any workaround to setup the style for this?
Screenshot 2024-04-16 at 10 58 33

is there any prop i can use to override the style ?

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