We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I read the documentation, it says that Use buttons-pagination prop and page buttons will be generated automatically to help you navigate much easier.
buttons-pagination
here my code:
<Vue3EasyDataTable buttons-pagination v-model:server-options="serverOptions" :headers="headers" :items="items" :server-items-length="serverItemsLength" table-class-name="table-device" > </Vue3EasyDataTable>
.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:
i expect it has style like the example . is there any workaround to setup the style for this?
is there any prop i can use to override the style ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
but the button pagination i got like below:
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](https://private-user-images.githubusercontent.com/33835308/322696540-4a311f7e-8497-4bbc-92f4-eb3990dfbc9f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2NTc4NDMsIm5iZiI6MTczOTY1NzU0MywicGF0aCI6Ii8zMzgzNTMwOC8zMjI2OTY1NDAtNGEzMTFmN2UtODQ5Ny00YmJjLTkyZjQtZWIzOTkwZGZiYzlmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDIyMTIyM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY2MjA1OTI5ZTU2MmQ3YzY3NDM3Yjg3ZTMyM2RiMzM4ZmY5MTY4MzUzYzA2NWEyMzU1YjFiYjhkYjM5NDQ3YWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.m_buxzuOPYbbiN9PH-suaVRORQQsd7nS5PYcoMHrBMQ)
is there any prop i can use to override the style ?
The text was updated successfully, but these errors were encountered: