Replies: 1 comment
-
Hi @fakeheal , this is a good idea, however I intend to add this in version 4 along with the new way to use filters https://v4.livewire-powergrid.com/table/column-filters.html#filter-boolean |
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
-
Hi,
we are using the package on models that have the
SoftDeletes
trait and it'd be useful to filter out soft deleted models from non-deleted ones. The column isdeleted_at
and is of typedatetime
and an input range doesn't really work for this, because you might miss out some records if you don't know how far in time you need to go back to select all records.It'd be really cool if you could define your own logic (where clauses) when adding filters to columns:
I hope I didn't miss anything in the documentation or the discussions. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions