How can i add one more column in Product view table

Laraship QuestionsCategory: TechnicalHow can i add one more column in Product view table
SANDEEP AGGARWAL asked 3 years ago
Hi sir, Actually we need to add product inventory count in product view table. Please can you explain how can i add or display product inventory count in front of show table.
1 Answers
laraship Staff answered 3 years ago
Hello, Please follow the steps to add new columns to datatables : https://www.laraship.com/docs/laraship/laraship-configuration/tables-configuration/
stock is saved under SKUs with json field :"inventory" ,  you can find quantity and stock status there.