darrachequesne / spring-data-jpa-datatables

Spring Data JPA extension to work with the great jQuery plugin DataTables (https://datatables.net/)
Apache License 2.0
448 stars 172 forks source link

getExpression why using column data not column name #20

Closed yangding39 closed 8 years ago

yangding39 commented 8 years ago

datatables column option's name and data is different,name is database model name, data is output josn attribute. but jpa query using data attribute, could you tell me how to using name for query? thanks