Bagisto Forum

    Bagisto

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

    How to place Export button in custom module for export that table data in bagisto?

    General Discussion
    2
    2
    331
    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.
    • S
      sanjay last edited by

      Hello,

      I want to export data from custom module but how can i put export button like inside Sales >> Product >> Export button in custom module please explain me that so i can export as per my requirements.

      Thanks,
      Sanjay P.

      1 Reply Last reply Reply Quote 0
      • V
        vishalK last edited by

        Hi @sanjay
        If you would like to place an export button like you mention above so for that you have to create controller, page, route and etc. as per your requirement and for reference that how to do it you can check out existing export button files.

        1. $root_folder/packages/Webkul/Admin/src/Resources/views/sales/orders/index.blade.php
        2. $root_folder/packages/Webkul/Admin/src/Resources/views/export
        3. $root_folder/packages/Webkul/Admin/src/Http/Controllers/ExportController.php

        Thanks !

        1 Reply Last reply Reply Quote 0
        • First post
          Last post