We are using angular datatable and in the backend webapi. We are using Light-column-filter http://l-lin.github.io/angular-datatables/#/withLightColumnFilter for serverside processing and it works perfectly as showed in the website. but we want to change the table filter's look to get more filter options (like contains, less than, greater than, equal) and its look like user friendly. it should be look like below image.
we want these type of filter in the angular datatables with serverside processing
image taken from www.ag-grid.com website but we want in angular-datatables with serverside processing. I spend a lot of time for this but didn't get any solution. please help and thanks in advance.