"PowerGrid hangs with >13 columns using defer loading and custom loading component (Uncaught SyntaxError: Unexpected token '<')" #1710
sukronsabari
started this conversation in
BUG
Replies: 1 comment
-
Can not reproduce this bug. I tested it myself. I created 14 Columns and one Action column. I set defer loading true aswell as provided it with a loading component. Maybe something with your data is wrong. The table just works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When creating more than 13 columns (including action columns) in Livewire PowerGrid with defer loading and a custom loading component, the table fails to load and continues showing a loading state. The browser console reports the following error:
This issue causes the datatable rows to fail loading correctly.
Steps to Reproduce:
Actual Behavior: The table hangs in a loading state, and the console shows a JSON parse error.
Environment:
Additional Context:
The issue seems to arise specifically when using more than 13 columns.
Other tables with fewer columns work as expected.
Would appreciate any insights or solutions! Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions