Replies: 5 comments 1 reply
-
Update: Note this only happens when views are published and I believe it is due to a missing semi colon Specifically the following: @style([
'display:none' => data_get($column, 'hidden') === true,
'cursor:pointer' => data_get($column, 'enableSort'),
data_get($column, 'headerStyle') => filled(data_get($column, 'headerStyle')),
'width: max-content !important',
]) |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
@eafarooqi I did. As mentioned above I am on the latest version. 🤷♂️ |
Beta Was this translation helpful? Give feedback.
-
The style directive already adds ";" when assembling the style. This could be some cache or published files without updates |
Beta Was this translation helpful? Give feedback.
-
NoteFrom now on we will follow everything in one place. We will use the discussions tab to allow other users to also interact similarly to Livewire, which is why I am turning this issue into a discussion. Thanks for understanding |
Beta Was this translation helpful? Give feedback.
-
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.3
PowerGrid
6.1.6
Laravel
11.34.2
Livewire
3.5.13
Alpine JS
3.14.3
Theme
Tailwind 3.x
Describe the bug.
I have hidden the ID column using:
However, while the column doesn't show up, the header row still shows the "ID" column but the remaining rows do not causing the columns to be offset. Example:
To Reproduce...
Extra information
No response
Beta Was this translation helpful? Give feedback.
All reactions