phalcon-datatables
phalcon-datatables copied to clipboard
QueryBuilder and ResultSet Problems
Hi,
Could you fix the problem with QueryBuilder and Resultset please ? -'Cause the ResultSet doesn't support case insensitive when using the filter search column. -The QueryBuilder doesn't support alias when sorting and filtering columns. Thank you in advance.
John.
I think your ticket contains two enhancements:
- [ ] ResultSet should support ci search
- [ ] QueryBuilder should support alias when sorting
I have modify your lib to solved this issues. And I added the case sensitive options.