Skip to content

Instantly share code, notes, and snippets.

@Swistikkk
Created May 10, 2016 16:01
Show Gist options
  • Save Swistikkk/e2ecb0c9bbb2be4e4595218960a863ee to your computer and use it in GitHub Desktop.
Save Swistikkk/e2ecb0c9bbb2be4e4595218960a863ee to your computer and use it in GitHub Desktop.
test.js
import utils from './utils'
var commonTableHeaders = utils.headers;
commonTableHeaders.forEach(function(el) {
if(el.title == "Имя, уровень") {
for(var a in el) {
a.title = "Имя";
a.format = function() {
return `<b>${item.char}</b>`;
};
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment