Datagrid not found
- 
					
					
					
					
 Hello, 
 I have created a new data grid class, and access the same in view. I have followed the same structure as in marketplace plugin in my custom plugin. I also created a new class file in the marketplace plugin to test the functionality. But it is not working from there also. I am getting error as belowClass Webkul\Marketplace\DataGrids\Admin\NewSellerDataGrid does not exist How can I resolve this? 
- 
					
					
					
					
 Hi @ppstech Check Your DataGrid's class name, it should be 'NewSellerDataGrid' & you have provided some thing else. Thanks 
- 
					
					
					
					
 Hi @rahul 
 The class name was same, after I run the command "composer dump-autoload", it gets working.
 But now I didn't get marketplace left menu on the new page created. I have the same layout as marketplace sellers for the new page.
- 
					
					
					
					
 Hi @ppstech Kindly make sure that you are including this one in your new created package view - 
 @include('shop::customers.account.partials.sidemenu')Thanks 
- 
					
					
					
					
 @rahul 
 thanks, its working now