informatics-isi-edu / ermrestjs

ERMrest client library in JavaScript
Apache License 2.0
4 stars 3 forks source link

Honor display.array_ux_mode and array_options for array type columns #996

Open RFSH opened 1 year ago

RFSH commented 1 year ago

The display.array_ux_mode and array_options are currently only honored for array/array_d aggregate column-directives. But we should also honor them if the column is an array.

We should treat these the same as scalar array aggregates. So the order can only refer to its own column and nothing else.