Skip to content

Commit d4cbcf2

Browse files
authored
Update index.html
1 parent 9e2970d commit d4cbcf2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8-
<title>Frappe DataTable</title>
8+
<title>K3_kt_com DataTable</title>
99
<style>
1010
body {
1111
font-family: 'Tahoma';
1212
font-weight: normal;
1313
font-size: 12px;
1414
}
1515
</style>
16-
<link rel="stylesheet" href="./dist/frappe-datatable.css" />
16+
<link rel="stylesheet" href="./dist/k3_kt_com-datatable.css" />
1717
</head>
1818

1919
<body>
20-
<h1>Frappe DataTable</h1>
20+
<h1>K3_kt_com DataTable</h1>
2121
<button onclick="datatable.render()">Render Table</button>
2222
<button onclick="datatable.refresh()">Refresh Data</button>
2323
<button onclick="switchToTreeView()" data-action="treeview">TreeView</button>
@@ -39,7 +39,7 @@ <h1>Frappe DataTable</h1>
3939
</section>
4040

4141
<script src="./node_modules/sortablejs/Sortable.js"></script>
42-
<script src="./dist/frappe-datatable.js"></script>
42+
<script src="./dist/k3_kt_com-datatable.js"></script>
4343
<script>
4444
document.addEventListener('DOMContentLoaded', () => {
4545

@@ -109,7 +109,7 @@ <h1>Frappe DataTable</h1>
109109
'indent': 0
110110
},
111111
{
112-
'Files': 'frappe-gantt',
112+
'Files': 'k3_kt_com-gantt',
113113
'Size': '23M',
114114
'Last Updated': '',
115115
'indent': 1
@@ -127,7 +127,7 @@ <h1>Frappe DataTable</h1>
127127
'indent': 2
128128
},
129129
{
130-
'Files': 'frappe-datatable',
130+
'Files': 'k3_kt_com-datatable',
131131
'Size': '54M',
132132
'Last Updated': '',
133133
'indent': 1
@@ -291,4 +291,4 @@ <h1>Frappe DataTable</h1>
291291
</script>
292292
</body>
293293

294-
</html>
294+
</html>

0 commit comments

Comments
 (0)