hansihe / data_table

Simple and flexible DataTable component for LiveView
https://hexdocs.pm/data_table/
Apache License 2.0
53 stars 3 forks source link

Ability to specify custom filters for the Ecto source #10

Open hansihe opened 1 month ago

hansihe commented 1 month ago

Available filter types are provided by the Source.

In the DataTable.Ecto source, the filter types are currently hardcoded, this is very limiting.

We ideally want a mechanism where the user has the ability to specify custom filter types.