Joffrey Persia
Joffrey Persia
Up please
> You'd have to build a custom plugin, can use the poster plugin as a baseline, it's not super straightforward (fixing in v5) but very possible. @rikschennink Thank you Rik...
@astridx I found a way to make it Inside my alpine component, I added the function : ```html @foreach($options as $k => $v) {{ $v }} @endforeach ``` And I...
Yes ! Like `searchResultLimit: -1`
Hi @inxilpro, Try this code : ```php @props([ 'tableOnly' => false, ]) @include('model-index-pages.table-filter') @include('model-index-pages.table', array('tableStyle' => ' divide-y divide-shade-200 dark:divide-shade-700')) {{-- tableStyle is used here to style header / body...
> Can you provide a code snippet so I can reproduce the bug? Thank you for your quick answer, it is the first time I am trying to use Sortable.js...
I have an other trouble with the communication with the class... I added this function in my class attached to my livewire component ```php public function updateOrder() { dd('updateOrder'); }...