我试图使用EJS TreeGrid,但我无法在浏览器上显示网格。
我无法正确地在我的HTML代码中添加TreeGrid代码。我已经为GridE.js包含了库,但它仍然没有显示任何内容。
请帮帮我吗?
<!DOCTYPE html>
<html Lang="en">
<head>
<meta charset="UTF-8"> <title>MY APP</title>
<script src="C:/Users/pathan/Desktop/ASP.net Tree grid/Grid/GridE.js?v 11_0"></script>
</head>
<body>
<Grid>
<Cfg id="Basic"/>
<Panel Visible="1"/>
<LeftCols>
<C Width="200" Name="LEFT1"/>
</LeftCols>
<Cols>
<C Name="DATA1"/>
<C Name="DATA2"/>
</Cols>
<RightCols>
<Toolbar Visible="1"/>
</Grid>
</body>
</html>