[ ] When hovering orderable columns, show an up/down caret as hint
[x] Sorting doesn't work for fields that are ObjectIds, turn off sorting for those, or solve by a more complicated aggregation. can also be sorted client-side.
[ ] Sorting for enum fields like status, only sorts on the English language key while displaying internationalized, which seems weird
[x] For filterable values that represent a drill-down (AND, not OR), reduce the available values to those only present in the current search scope. E.g. if we already filter only Eon articles, no need to show tags that don't appear on these articles.
[x] Typing a new search word clears all other arguments, that's inconvenient
[ ] Handle multi-lingual or multi-currency fields, currently not able to sort on them because they are a map
Most of these are probably best to solve using a Javascript Table component.
Most of these are probably best to solve using a Javascript Table component.