it has been asked before but couldn't find the topic at this moment,
so here once more:
at the moment we do have an option to select filters in the backend(tab:layout) and it would be nice if we can set an indivual filter in the view.
For example:
- eventslist view
let's say we want only the title then we choose in the setting to only display that column/filter. as filter/column are referring to eachother the filters will be limited and the columns will be less.
in the layout we will see column with the title and the filter title.
Think we need to address the filter part too. Not sure how to at the moment. is it good to search in a selected filter aldo we dont see the column? but it should be good to make an option to limit filters.
so something that can be done is:
- define global filters in the backend that are available for the view (enable/disable)
- in the view we can only select filters that are enabled for that view
- the view can be defined in the form field by adding an extra element
like view="eventslist"
- in the field we retrieve that element to define the view
- retrieve the global enabled ones for that view, to double-check
- in the model we retrieve the params of that view and also the global ones
- the params of the model can be in array so we've to look at the values and overwrite the global enabled ones if needed.
- in the template we retrieve the params and can be looking at a specific value
the view.html + model have to be altered some more.
and the column part has to be addressed but will think it over some more and add it to the to-do list.
Last edit: 10 years 9 months ago by
Bluefox.
Please Log in or Create an account to join the conversation.