Skip to content

Commit

Permalink
adding css grid
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenin Martinez committed Apr 4, 2018
1 parent efb1be8 commit 97c0f40
Show file tree
Hide file tree
Showing 13 changed files with 85 additions and 2,120 deletions.
32 changes: 31 additions & 1 deletion demo.le/demo.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default function ($scope, $timeout) {
appendChilds(10, value.id)
})


$scope.autoExpand = 'both'
$scope.taskOutOfRange = 'resize'
$scope.expandToFit = true
Expand All @@ -52,6 +51,37 @@ export default function ($scope, $timeout) {
classes: ['input-hidden'],
headerContent: '<div> mec </div>',
content: '<div>otroValue</div>'
}, {
type: 'column',
classes: ['input-hidden'],
headerContent: '<div> WIDTH20 </div>',
content: '<div>algol</div>',
width: '10px'
}, {
type: 'column',
classes: ['input-hidden'],
headerContent: '<div> avic </div>',
content: '<div>algol</div>'
}, {
type: 'column',
classes: ['input-hidden'],
headerContent: '<div> avic </div>',
content: '<div>algol</div>'
}, {
type: 'column',
classes: ['input-hidden'],
headerContent: '<div> avic </div>',
content: '<div>algol</div>'
}, {
type: 'column',
classes: ['input-hidden'],
headerContent: '<div> avic </div>',
content: '<div>algol</div>'
}, {
type: 'column',
classes: ['input-hidden'],
headerContent: '<div> avic </div>',
content: '<div>algol</div>'
}, {
type: 'column',
classes: ['input-hidden'],
Expand Down
345 changes: 1 addition & 344 deletions dist/angular-gantt-core.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 97c0f40

Please sign in to comment.