livewire-datatables
livewire-datatables copied to clipboard
[Bug] It is currently impossible to paginate with a complex rule active.
Hello,
It is currently impossible to paginate with a complex rule active.
Steps to reproduce:
- Go to https://livewire-datatables.com/complex
- Add the following complex rule (below the table) Name => contains => a (Basically we want all entries that have an "a" in their name)
- Try to paginate and you will see it will not work
If you type an "a" into the fields above it will still work but not as a complex query.
Thank you for your good work