angular-mesa
Advanced tools
Comparing version 2.9.0 to 2.9.1
@@ -19,4 +19,6 @@ declare namespace angular.apMesa { | ||
key: string; | ||
// The column heading text. If not present, id is used. | ||
// The column heading text (or template or templateUrl). If not present, id is used. | ||
label?: string; | ||
labelTemplate?: string; | ||
labelTemplateUrl?: string; | ||
// If specified, defines row sort function this column uses. See Row Sorting below. | ||
@@ -23,0 +25,0 @@ sort?: ITableSorter | string; |
{ | ||
"name": "angular-mesa", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"main": [ | ||
@@ -5,0 +5,0 @@ "./dist/ap-mesa.js", |
{ | ||
"name": "angular-mesa", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"license": "Apache License, v2.0", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
700039
10945