jsgantt-improved
Advanced tools
Comparing version 2.1.7 to 2.1.8
@@ -719,2 +719,3 @@ "use strict"; | ||
} | ||
vTmpTab.style.width = vTaskLeftPx + 'px'; // Ensure that the headings has exactly the same width as the chart grid | ||
vTaskPlanLeftPx = (vNumCols * (vColWidth + 3)) + 1; | ||
@@ -721,0 +722,0 @@ if (this.vUseSingleCell != 0 && this.vUseSingleCell < (vNumCols * vNumRows)) |
@@ -279,4 +279,4 @@ | ||
|_setEvents():_ |Controls events when a task is click in table data. You have to pass an object with the column and function. ex.: ` { taskname: console.log, res: console.log }`| | ||
|_setEventClickRow():_ |Controls events when a task row is cliked. Pass a function to exercute ex.: `function(e){console.log(e)}`| | ||
|_setEventsChange():_ |Controls events when a task row is cliked. Pass a function to exercute ex.: `{ taskname: function(task, event, cell, column){ console.log(task, event, cell, column); } }`| | ||
|_setEventClickRow():_ |Controls events when a task row is cliked. Pass a function to execute ex.: `function(e){console.log(e)}`| | ||
|_setEventsChange():_ |Controls events when a task row is cliked. Pass a function to execute ex.: `{ taskname: function(task, event, cell, column){ console.log(task, event, cell, column); } }`| | ||
|_setAdditionalHeaders:_ |Set object with headers values for additional columns . ex : `{ category: { title: 'Category' }` }| | ||
@@ -283,0 +283,0 @@ |_setResources():_ |Set the list of possible resources, must be an array of objects, ex: `[{ id: 1, name: 'Mario' } , { id: 2, name: 'Henrique' }]`| |
{ | ||
"name": "jsgantt-improved", | ||
"version": "2.1.7", | ||
"version": "2.1.8", | ||
"description": "jsgantt-improved", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -727,2 +727,3 @@ import * as lang from './lang'; | ||
} | ||
vTmpTab.style.width = vTaskLeftPx+'px'; // Ensure that the headings has exactly the same width as the chart grid | ||
vTaskPlanLeftPx = (vNumCols * (vColWidth + 3)) + 1; | ||
@@ -729,0 +730,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
4893566
113426