smartmetals / phoenix_datatables

Library to implement server-side API for the jQuery DataTables library with Elixir and Phoenix Framework
MIT License
14 stars 7 forks source link

Show correct count when filtering columns #34

Closed nathanjohnson320 closed 3 years ago

nathanjohnson320 commented 3 years ago

Missed this in the last PR, the count/pagination was always showing the total when filtering columns because there's a condition based on params.search but not the columns.