-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Page Size does not expand with Bootstrap 5.3 #31
Comments
As described in the docs, adding the following attribute will fix the problem: <paging render-mode="Bootstrap5">
</paging> |
It is set in the config. Can the render mode only be set on the tag itself? I resolved by adding some javascript to add it.
|
For now it is supported inside the tag only, not in json. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Page Size drop down does not expand with Bootstrap 5.3. It appears that this can be fixed by changing data-toggle to data-bs-toggle.
The text was updated successfully, but these errors were encountered: