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

Pagination on the last row #39

Open
diclonius opened this issue Nov 24, 2024 · 2 comments
Open

Pagination on the last row #39

diclonius opened this issue Nov 24, 2024 · 2 comments

Comments

@diclonius
Copy link

Within my table in the last row I have a pagination, I want to omit that this specific row is included in the operation because it places a column to the left and decreases the space of my pagination, is there something I can do?

roles

@diclonius
Copy link
Author

For those looking for something similar, I solved the problem using CSS.
Add the footertb class to my last row and create the following class:

.footertb td::before {
content: '' !important;
display: none !important;
}

@jerrylow
Copy link
Owner

Nice CSS fix @diclonius, I'll look into adding a class of config that can skip rows.

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

2 participants