Closed Ashwani-772 closed 6 years ago
Hi! Please see https://github.com/darrachequesne/spring-data-jpa-datatables-sample for a proper example.
Please reopen if needed.
Your tutorial says "You can apply specific filter on a column with table.columns(
How do I apply specific filter using column name, which will result into a Where clause for that column name, I am struggling to do that, can you please elaborate? thanks a lot!
I am not able to implement where clause in it. It is working find in findAll() but i have to use where clause with Query. Please help me out on this.