diff --git a/packages/table/src/table-column.js b/packages/table/src/table-column.js index 86bb0dd60..ca2af0a1c 100644 --- a/packages/table/src/table-column.js +++ b/packages/table/src/table-column.js @@ -34,7 +34,8 @@ const forced = { resizable: false }, index: { - headerTemplate: function(h) { return
#
; }, + // headerTemplate: function(h) { return
#
; }, + headerTemplate: function(h) { return
{ this.$options.propsData.columns[0].label ? this.$options.propsData.columns[0].label : '#' }
; }, template: function(h, { row, $index }) { return
{ $index + 1 }
; }, sortable: false },