Definition of my variable is
var vykazyMesice = {
'01': "leden - 01",
'02': "únor - 02",
'03': "březen - 03",
'04': "duben - 04",
'05': "květen - 05",
'06': "červen - 06",
'07': "červenec - 07",
'08': "srpen - 08",
'09': "září - 09",
'10': "říjen - 10",
'11': "lispopad - 11",
'12': "prosinec - 12",
}
but when used in Tabulator autocomplete the order is different.
working jsFiddle
If you check console.log() output in a browser console then you can see the two orders. Not sure how to name them but they are different. The first one you can see in the Tabulator. The second one is the one I want to see in my application.
Someone would know how to use the order I want? The order in variable definition.