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

Handle order: [] - no sort columns. #24

Closed jeremyjh closed 4 years ago

jeremyjh commented 4 years ago

If order: [] is specified in the client options then no order columns are sent, so we should just skip specifying any order by clause instead of exploding.