m1ome / phalcon-datatables

Phalcon adapter for DataTables
49 stars 51 forks source link

QueryBuilder and ResultSet Problems #10

Open johngtrs opened 9 years ago

johngtrs commented 9 years ago

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.

m1ome commented 9 years ago

I think your ticket contains two enhancements:

johngtrs commented 9 years ago

I have modify your lib to solved this issues. And I added the case sensitive options.