dotherightthing / gsheet-search

Mobile-friendly frontend to enable quick filtering of a Google Sheet.
2 stars 0 forks source link

GsSheet1DisplayGroupB outputs fields in wrong order #8

Closed dotherightthing closed 1 year ago

dotherightthing commented 1 year ago

Output as: No, Level, Street

Should be: Level, No, Street

dotherightthing commented 1 year ago

The order was only bad in the suggestion data item, suggesting internal sorting by the typeahead plugin.

Template order resolved by iterating over the tokens in the display groups, rather than the keys in the suggestion data item.