Мой код: < /p>
Код: Выделить всё
{columns.map((item, index) => (
{item}
))}
{filteredData?.map((item, index) => (
))}
Подробнее здесь: https://stackoverflow.com/questions/796 ... ss-4-react
Код: Выделить всё
{columns.map((item, index) => (
{item}
))}
{filteredData?.map((item, index) => (
))}