Is your feature request related to a problem? Please describe.
Possibility of filtering data inside deployed apps is one of standard application features.
Currently, form element is used for mentioned functionalities, but enhancements are needed.
Describe the solution you'd like
New component (filter group) is necessary so it can be used for filtering/changing displayed data for different elements inside deployed app.
Filter should not contain spacing , nor submit or clear buttons
Apply and Clear actions should be exposed
Autosubmit option should exist
Standard style options should exist
Possibility of choosing input direction for inputs (row / column) should exist
Drag&Drop - CFilterGroup accepts: Select, select list, date inputs and text input.
Describe alternatives you've considered
Using "standard" form for mentioned issue is not possible because of problems with spacing, element positioning etc. Also, as we spoken, adding new options to current form element will be "too much".
Is your feature request related to a problem? Please describe. Possibility of filtering data inside deployed apps is one of standard application features. Currently, form element is used for mentioned functionalities, but enhancements are needed.
Describe the solution you'd like New component (
filter group
) is necessary so it can be used for filtering/changing displayed data for different elements inside deployed app.Describe alternatives you've considered Using "standard" form for mentioned issue is not possible because of problems with spacing, element positioning etc. Also, as we spoken, adding new options to current form element will be "too much".