BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<html>
<head>
<script src="https://ej2.syncfusion.com/javascript/demos/tree-grid/stacked-header/datasource.js" type="text/javascript"></script>
<script src="https://cdn.syncfusion.com/ej2/dist/ej2.min.js" type="text/javascript"></script>
<link rel='nofollow' href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link rel='nofollow' href="https://cdn.syncfusion.com/ej2/material.css" rel="stylesheet">
<style>
body{
touch - action: none;
}
</style>
</head>
<body>
<div class="stackblitz-container material">
<div class="control-section">
<div class="content-wrapper">
<div id="TreeGrid"></div>
</div>
</div>
<script src="index.js" type="text/javascript"></script>
</div>
</body>
</html> |