Комментарии •

  • @sandevvv
    @sandevvv 5 месяцев назад +1

    I love this library! Thank you for the work.
    I would like to share a feedback for further improvement:
    * Allow for "default" fields that need to be shown in the list view. In my situation, not all fields are required to be shown in the list view, only when the detailed view is clicked they should be shown;
    * Make default filters to be set - Similarly to the above one, default filters will be very useful, accomplishing the same thing as not showing not needed data;
    * Unnecessary JS - There are a couple of places where JS is used to load data as well as certain fields. This makes it a bit more complex to read/understand than feeding the data in the actual Python template. e.g. The heading for the model name on the top of the page is configured with JS, but it's provided in the context of the view anyways, so a simple {{model_name}} will accomplish the same thing.

    • @appseed
      @appseed 5 месяцев назад

      Hello Ivan.
      Thank you! all the above was noted:
      github.com/app-generator/django-dynamic-datatb/issues/14
      For more libraries or support, please access:
      appseed.us/
      🚀🚀

    • @appseed
      @appseed 5 месяцев назад

      All of the above is noted. TY
      For more dev tools and support, please access:
      appseed.us/

  • @panskeraf362
    @panskeraf362 Год назад

    Thanks sir!

    • @appseed
      @appseed 5 месяцев назад

      TY!
      For more libraries or support, please access:
      appseed.us/

  • @kisho2679
    @kisho2679 5 месяцев назад +1

    How could a pivot view be modelled with SQL-Workbench, based on data stored in different mySQL tables?

    • @appseed
      @appseed 5 месяцев назад

      You can define a view at the DB level, map it in Django, and expose that model with the Dynamic DT
      For more dev tools and support, please access:
      appseed.us/

  • @user-mz3ou6kx3u
    @user-mz3ou6kx3u Год назад

    is it integrated with any database ? if so in which file it has been integrated , i need to integrate with oracle database how can i do it ?

    • @appseed
      @appseed 5 месяцев назад

      The library works with any DB managed by Django: SQLite, MySql, PgSQL .. etc.
      For more libraries or support, please access:
      appseed.us/

  • @svenandreas5947
    @svenandreas5947 10 месяцев назад +2

    seems to be outdated - ERROR: No matching distribution found for django-dynamic-datab

    • @appseed
      @appseed 10 месяцев назад

      Hello Sven,
      Here is the updated version:
      github.com/app-generator/django-datta-able
      Let us know if you have further issues in support:
      appseed.us/support/

  • @ITVASANTHKUMARM
    @ITVASANTHKUMARM 9 месяцев назад +1

    sir how to display in html page this dynamic table

    • @appseed
      @appseed 5 месяцев назад +1

      Hello
      Please follow the integration steps provided on the product README.
      If a complete sample helps, here is one:
      github.com/app-generator/django-datta-able
      For more libraries or support, please access:
      appseed.us/
      TY!

  • @NaisDeis
    @NaisDeis Год назад +4

    Good tutorial, but too many "hummmmms"
    thank u!

    • @appseed
      @appseed Год назад +1

      We know. Working on it :)
      P.S. You might find useful this free tool (EULA License):
      app-generator.dev
      🚀🚀

    • @NaisDeis
      @NaisDeis Год назад

      I've got a question, i want to incorporate this library on a html to give it like, sidebars, a navbar on the top and such, it can be done?

    • @NaisDeis
      @NaisDeis Год назад

      One last thing, i tested the sample and also tested on a project on my own and it doesnt show the search bar, also throws error when adding, deleting or modify

    • @dioguizo
      @dioguizo 6 месяцев назад

      ​@@NaisDeishello you soukve this question? And you success add this to an html page ? Thanks