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

Implement all filters in ZfcDatagrid\Renderer\JqGrid\View\Helper\Columns::getStyles #55

Open
popovserhii opened this issue Sep 7, 2018 · 3 comments

Comments

@popovserhii
Copy link
Contributor

Now only two filters Filter::EQUAL and Filter::NOT_EQUAL are implemented.

Do you plan to implement other filters in the recent future?
I can implement this if you don't have some specific requirements for implementation.

@kokspflanze
Copy link
Member

which class you mean?

@popovserhii popovserhii changed the title Implement all filters in ZfcDataGrid\View\Helper\Columns::getStyles Implement all filters in ZfcDatagrid\Renderer\JqGrid\View\Helper\Columns::getStyles Sep 16, 2018
@popovserhii
Copy link
Contributor Author

@kokspflanze
sorry, I copy-paste the wrong path, That's correct path ZfcDatagrid\Renderer\JqGrid\View\Helper\Columns::getStyles

@kokspflanze
Copy link
Member

@popovserhii i now i see what you mean=)
not realy sure about jqGrid.

but form my side, the following filters should not be a problem or?

  • EQUAL
  • NOT_EQUAL
  • GREATER_EQUAL
  • GREATER
  • LESS_EQUAL
  • LESS

if you want, you can add them, or if you can wait, i will add them to my todo.

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

No branches or pull requests

2 participants