finos/vuu

Return table columns in order it was defined in meta data rcp message

naleeha opened this issue · 1 comments

GetTableMetaResponse currently sorts the columns
Need to return the columns in the order it was defined in the TableDef to enable driving of the table column order from server side. This remove the need for UI configuration to set the column order in default cases.

duplicate #1308