dtg-apess
v1.2.20
Published
DTG packa
Downloads
19
Readme
Welcome to ape package!
For now only one (in-progress) component is present in this package. Table component structure:
<Table
data={
[
{
tableSlotTotles: {
id: id,
names: [
{
name: String
},
...
]
},
details: [
{
id: String,
names: [
{
name: String
},
...
]
}
]
},
...
]
}
tHead={
[
String,
...
]
}
editClick={(id) => ...}
deleteClick={(id) => ...}
/>
```