SEP Duplicate in Companies trigrams
There's a duplicate with 'SEP' in the Companies Trigram.
Also, being able to sort columns could be a nice feature as described here.
Related code would be this:
{
"fields" : [
{"key": "a", "label": "Company Name"},
{"key": "b", "label": "Company trigram"}
],
"items" : [
{"a": "Safran Group", "b": "CCY", "sortable": true},
{"a": "Safran Cabin", "b": "SCA", "sortable": true},
{"a": "Safran Electronics & Defense", "b": "SED", "sortable": true},
{"a": "Safran Aero Boosters", "b": "SAB", "sortable": true},
{"a": "Safran Electrical & Power", "b": "SEP", "sortable": true},
{"a": "Safran Aircraft Engines", "b": "SAE", "sortable": true},
{"a": "Safran Helicopter Engines", "b": "SHE", "sortable": true},
{"a": "Safran Landing Systems", "b": "SLS", "sortable": true},
{"a": "Safran Nacelles", "b": "SNA", "sortable": true},
{"a": "Safran SA", "b": "SSA", "sortable": true},
{"a": "Safran Transmission Systems", "b": "STS", "sortable": true},
{"a": "Safran Aerosystems", "b": "SAO", "sortable": true},
{"a": "Safran Seats", "b": "SST", "sortable": true},
]
"filter" : true
"markdown" : true
}
What do you think ?