Reactjs – How to add a auto increment every column in table material UI
i am build nextjs project and creating table from material ui and fetching data from mongoDB. how to manipulate the data from the table. i want # columns auto increment start from 1,2,3,4,5 etc. every row. and this is my…