MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 258 forks source link

How do I load Datatable with saved complex query on first laod? #452

Open neerajsohal opened 2 years ago

neerajsohal commented 2 years ago

Hi,

We are able to successfully save the complex queries into the database using the methods available here #252.

Now, how do we force-load the rules from complex queries saved in the DB to the table on first load? Is there an easy way to do the same? maybe call some method in boot function?