-
-
Notifications
You must be signed in to change notification settings - Fork 419
Pagination row per page show double arrow/weird arrow #1157
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
Comments
code? |
|
paginationComponentOptions and tableCustomStyles?? |
@zahir-dct I am also facing this on the project I am working. this is how it looks like: ![]() I wanted to remove the solid arrow one and retain the 2-line arrow. Thank you in advance :) THis is my code:
|
I'm facing the same issue. Have you been able to resolve it? |
Having the same issue on many projects. |
I created pr with fix |
on version "^7.7.0", still have a weird arrow, how to solve this ? *edit: i think because we use tailwindcss, trying to remove using css solve the temporary problem if u dont want to custom it .rdt_Pagination select + svg {
display: none !important;
} |
This fix worked for me, thanks! @ibobdb seems like this is the same issue you’re dealing with. Give this fix a shot! |
See at rows per page number, it has two arrow.
Tailwindcss ^3.3.3
React & ReactDOM ^18.2.0
Create this app using CRA
The text was updated successfully, but these errors were encountered: