• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Register
  • Login
Bagisto Forum

Bagisto

  • Register
  • Login
  • Search
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups

Datagrid not found

General Discussion
2
5
878
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P
    ppstech last edited by 6 Aug 2019, 08:52

    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 below

    Class Webkul\Marketplace\DataGrids\Admin\NewSellerDataGrid does not exist

    How can I resolve this?

    1 Reply Last reply Reply Quote 0
    • R
      rahul last edited by 6 Aug 2019, 10:43

      Hi @ppstech

      Check Your DataGrid's class name, it should be 'NewSellerDataGrid' & you have provided some thing else.

      Thanks

      1 Reply Last reply Reply Quote 0
      • P
        ppstech last edited by ppstech 6 Aug 2019, 11:41 6 Aug 2019, 11:27

        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.

        1 Reply Last reply Reply Quote 0
        • R
          rahul last edited by 7 Aug 2019, 04:44

          Hi @ppstech

          Kindly make sure that you are including this one in your new created package view -
          @include('shop::customers.account.partials.sidemenu')

          Thanks

          1 Reply Last reply Reply Quote 0
          • P
            ppstech last edited by 7 Aug 2019, 06:22

            @rahul
            thanks, its working now

            1 Reply Last reply Reply Quote 0
            3 out of 5
            • First post
              3/5
              Last post