Release there were some issues with the way removing columns was being implemented.

So I decided to scrap that, and go for just having a hidden column style. This is what
@madshall did in his enhanced table pull request, so this is basically the hidden
column style feature form his pull request.
This commit is contained in:
slqgsm
2016-07-29 20:21:59 +00:00
parent 93cb08d9d0
commit e17b1548e8
5 changed files with 17 additions and 24 deletions

View File

@@ -39,6 +39,7 @@ export class TablePanelEditorCtrl {
{text: 'Number', value: 'number'},
{text: 'String', value: 'string'},
{text: 'Date', value: 'date'},
{text: 'Hidden', value: 'hidden'}
];
this.fontSizes = ['80%', '90%', '100%', '110%', '120%', '130%', '150%', '160%', '180%', '200%', '220%', '250%'];
this.dateFormats = [