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 location #44

Open
Gamunda opened this issue Jun 26, 2024 · 2 comments
Open

Pagination location #44

Gamunda opened this issue Jun 26, 2024 · 2 comments
Labels
new features new features

Comments

@Gamunda
Copy link

Gamunda commented Jun 26, 2024

Is there a way to move the pagination to the top of the table? A feature request might be to have the ability to choose where pagination is located, bottom or top.

@bhaveshpatel200
Copy link
Owner

Hi Gamunda,

Currently we have not any options like this. I will mark down as new feature request and will try to update in next few releases.

@bhaveshpatel200 bhaveshpatel200 added the new features new features label Jun 27, 2024
@bhaveshpatel200
Copy link
Owner

Hi Gamunda,

you can achieve this using below simple css:

.bh-datatable { display: flex;  flex-direction: column; }
.bh-datatable .bh-table-responsive { order: 1; }
.bh-datatable .bh-pagination { order: 0; }

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

No branches or pull requests

2 participants