You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to entegrate this plugin features to my .net core mvc html page ?
I have tried default setups writen in get start documantation but cant see gant in my page. This is my full html page:
what am i doing wrong or missing something ??? and truly search hard almost 3 days for solution but could not find anything please someone help me about this situation.
The text was updated successfully, but these errors were encountered:
How to entegrate this plugin features to my .net core mvc html page ?
I have tried default setups writen in get start documantation but cant see gant in my page. This is my full html page:
@{
ViewData["Title"] = "GantChart";
Layout = "~/Views/Shared/_AdminLayout.cshtml";
}
//here i add sources gant plugin for my project like said in get start setup
<script src="https://cdn.jsdelivr.net/npm/gantt-schedule-timeline-calendar"></script><div id="gstc"></div>
`$(document).ready(function () {
debugger;
const rowsFromDB = [
{
id: "1",
label: "Row 1",
},
{
id: "2",
label: "Row 2",
},
];
what am i doing wrong or missing something ??? and truly search hard almost 3 days for solution but could not find anything please someone help me about this situation.
The text was updated successfully, but these errors were encountered: