Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add datagrid filters instead of using the columns filters #81

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

randibrahim
Copy link

#80 (comment)

Adding the FormFilter gives the developer the ability to add filters on the datagrid of specific
columns without the need to add the columns to the datagrid itself.
1- add the formFilter in the preparation process (when prepareData of the datagrid), where the formFilters
are rendered by setting the formFilters in the renderer

2- layout.phtml was modified to show the formFilter input fields.
The viewModel is modified to add the formFilters in the preparing process #80

randibrahim and others added 5 commits December 7, 2019 12:09
Get the posted data of formFilter
the datagrid of specific
columns without the need to add the columns to the datagrid itself.
1- add the formFilter in the preparation process (when prepareData of
the datagrid), where the formFilters
are rendered by setting the formFilters in the renderer

2- layout.phtml was modified to show the formFilter input fields.
The viewModel is modified to add the formFilters in the preparing
process
datagrid), where the formFilters
are rendered by setting the formFilters in the renderer
@kokspflanze kokspflanze changed the base branch from master to develop December 20, 2019 21:36
@kokspflanze
Copy link
Member

hi, could you please merge current develop in your branch, to fix the conflict.
For new features we need also a doc example.

thank you=)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants