vuetable-2
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "vuetable-2", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A Vue.js 2.0 component for data table", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -71,3 +71,8 @@ import Vue from 'vue' | ||
let tableColumns = [ | ||
'__sequence', | ||
{ | ||
name: '__sequence', | ||
title: 'No.', | ||
titleClass: 'right aligned', | ||
dataClass: 'right aligned' | ||
}, | ||
'__checkbox:id', | ||
@@ -74,0 +79,0 @@ { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
269912
1033