ElevatoDigital/dewdrop

Sort gets removed when filtering

Closed this issue · 1 comments

Steps to reproduce:

  1. Sort DataTable
  2. Add a filter
  3. Sort is now gone

To resolve: JavaScript that does sorting should maintain hidden inputs inside the filter

to reproduce legacy behavior. An alternative would be to make the filter submit via AJAX.

This is resolved.