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

Name attribute for server column #15

Closed jeremyjh closed 6 years ago

jeremyjh commented 6 years ago

This update uses the "name" attribute in the client request to override the qualified column name if it is supplied. Also I've updated the example to use a table with joins, and added an entire Joins section to the README.md.