Replies: 2 comments
-
I guess is because of
in DataTableComponent that setBuilder line. But don't understand why is working like this. Maybe I lost the meaning and reason of the new builder function. |
Beta Was this translation helpful? Give feedback.
0 replies
-
My old query (and new builder) function do a lot of conditional stuff checking for my getCustomFilter. I can imagine if I am able to change this "if" sentences to Eloquent "when" will do the job. Maybe this way it will run as intended. But for now I will cancel my upgrade to Datatable v2.
PS: I hope @rappasoft will read me. Thanks in advance. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, in the previous version of Datatables I had a custom filter trait wich allows to use my own filters in some special cases. I have a Page component managing my filters (combos, searchs, reset) and inside a Rappasoft Datatable who receives the filter thru an event. In that previous version looks like the order my code run is:
But in this new versión
My code is:
CustomFilterTable Trait
Beta Was this translation helpful? Give feedback.
All reactions