Skip to content

Tag: arrays

How can I implement a table with nested dropdown items?

I’m trying to make a table like this: Table elements can contain thousands of child dropdown elements. I am writing code in React and so far I have no idea and have not figured out how it can be done in a more optimized way. Right now I am trying to work with a data structure like this Current implement…

How to fetch data properly for this API? (array)

console.log screenshot Hi, I am using “fetch” method with API for my website, and this API shows book information, if books include the input title. Screenshot attached is console.log result when typing an example book title. I’d like to get every title info of each array, could anyone can h…