All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.timetable.rowrenderer.js Maven / Gradle / Ivy

The newest version!
import Gantt from '../core/core';

const RowRendererPrototype = {
  createShape(activity, parentElt) {
    return parentElt;
  },
};

export default RowRendererPrototype;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy