|
// headerTemplate: function(h) { return <div>#</div>; },
|
|
// headerTemplate: function(h) { return <div>#</div>; },
|
|
template: function(h, { row, $index }) { return <div>{ $index + 1 }</div>; },
|
|
template: function(h, { row, $index }) { return <div>{ $index + 1 }</div>; },
|