UNPKG

siesta-lite

Version:

Stress-free JavaScript unit testing and functional testing tool, works in NodeJS and browsers

24 lines (23 loc) 379 B
export default { tableFields: [ { name: '__component:badge-column', title: '', dataClass: 'text-center' }, { name: 'name', title: 'user', sortField: 'name' }, { name: 'salary', title: 'score' } ], sortFunctions: { 'name': function (item1, item2) { return item1 >= item2 ? 1 : -1 } } }