package.src.timetable.rowrenderer.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ibm-gantt-chart Show documentation
Show all versions of ibm-gantt-chart Show documentation
IBM Gantt Chart Component, integrable in Vanilla, jQuery, or React Framework.
The newest version!
import Gantt from '../core/core';
const RowRendererPrototype = {
createShape(activity, parentElt) {
return parentElt;
},
};
export default RowRendererPrototype;