kishanov / re-frame-datatable

DataTable component for re-frame library
https://kishanov.github.io/re-frame-datatable/
Eclipse Public License 1.0
103 stars 16 forks source link

Nested and arbitrary sorting and empty data pagination controls error #10

Closed ChrisHacker closed 7 years ago

ChrisHacker commented 7 years ago

Fixes sorting to a) work with nested data paths, b) to sort on values other than the column-key value, and c) to avoid failing to render when the data subscription is empty because the default-pagination-controls component throws an error.

ChrisHacker commented 7 years ago

Let me know if you're willing to merge the request and I can update the docs to reflect the changes before you do.

kishanov commented 7 years ago

Looks good! If you'll update the docs I'll release 0.5.2 with this new feature.