New Changes with Table

This commit is contained in:
2025-11-08 19:45:00 +05:30
parent 7ae8961d4a
commit 1b4f928bcd
2 changed files with 109 additions and 85 deletions
+8
View File
@@ -255,6 +255,14 @@ const studentColumns = [
<ComponentLayout>
<div class="wr:p-4">
<Table
columns={columns}
data={[]}
columnsRendererKey="columnsRenderer"
/>
<br />
<Table
columns={columns}
data={data}