How to Configure Master Detailed Form | RadSystems Studio | Low Code

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 3

  • @danieldiaz2093
    @danieldiaz2093 2 роки тому

    And how would it be, when selecting the product, bring the values of the products table as the price, and the user should only put the quantity... I suppose that the total field should be a custom field that calculates the price by the quantity.

  • @ernestlee9534
    @ernestlee9534 6 місяців тому

    I tried to export, but only one table showed, can you give tutorial how to export both of the table?

    • @myradsystems
      @myradsystems  3 місяці тому

      I assume you're using the Laravel Bootstrap Framework stack for your project. To export multiple tables, you'll need to manually edit the Controller to fetch the records from the additional tables and pass them to the Blade template as an array of values. Then, modify the export Blade template located in your published application's `resources\views
      eports` folder. Basic experience with Laravel Blade Templates will be necessary for this task.