DataTable.Ecto.Query (data_table v0.1.0)
Summary
Functions
Functions exactly like Ecto.Query.from/2
, but with some minor modifications
Functions
Functions exactly like Ecto.Query.from/2
, but with some minor modifications:
- The
:columns
key is used instead ofselect
andselect_merge
select
andselect_merge
are not accepted- You can specify which column will be used as the id using the
:id
keyword - Filterable columns are specified using
filters