Replies: 1 comment
-
Can you share the code for your table component? and the markup where you are rendering it? |
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
-
I've used Livewire tables for a while now (v1 and some v1 -> v2 upgrades), however this is my first new project using v2. I've got a fairly clean Lara 9 install and Livewire Tables v2 install.
Setup all went fine. When I add
<livewire:tables.courses-table />
I can see the queries and views in the DebugBarHowever no table is shown, not even the empty "no results found".
This is what I see in the HTML
I'm very clearly doing something wrong, however I can't see what! Can anyone slap me with the obvious?
Beta Was this translation helpful? Give feedback.
All reactions