Vaibhav Bandewar

Results 1 comments of Vaibhav Bandewar

Hi, Kindly push object as follows. Mention the property to be displayed in text filed like `${row.text}`. arrResponseData.forEach((row) => { this.items.push({ id: row.id, text: `${row.text}` }); });