[Bug]: livewire powergrid table pagination css is not working #1099
Unanswered
MuhammadTanvir
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I had the same issue and added this to tailwind.config.js export default {
content: [
...
],
presets: [
require("./vendor/power-components/livewire-powergrid/tailwind.config.js"),
],
plugins: [forms],
}; |
Beta Was this translation helpful? Give feedback.
2 replies
-
Can you check this, ? https://v5.livewire-powergrid.com/get-started/configure.html#_4-tailwind-settings |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Have you searched through other issues to see if your problem is already reported or has been fixed?
Yes, I did not find it.
Did you read the documentation?
Yes, I did not find it.
Have you tried to publish the views?
Yes - I didn't work.
Is there an error in the console?
No
PHP Version
8.1
PowerGrid
4.8
Laravel
10
Livewire
2.12
Alpine JS
No response
Theme
Tailwind 3.x with tailwind/forms
Describe the bug.
the powergrid table pagination button is not showing, I have attached screenshot below:
Beta Was this translation helpful? Give feedback.
All reactions