Skip to content

Commit a33a230

Browse files
Update file
1 parent e797424 commit a33a230

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

dev-docs/general.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
Need a place for the fucntion to render headers of table rows, like value, description, requided.
2-
From the amount fo the array items will also get the length or number to set the number rows
3-
prop called categories which is an array
1+
Need a place for the function to render headers of table rows, such as value, description, and required.
2+
The number of rows will be determined by the amounts of the array items.
3+
A prop called categories, which is an array, will be used to set the table structure.
4+
5+
From the length of the array items, we'll also get the number to set the number of rows.
6+
This will ensure that the table dynamically adjusts based on the input data.
7+
8+
The function should be flexible enough to handle various header types and allow for easy customization of the table layout.

0 commit comments

Comments
 (0)