Implement dataTable in angular 17 standalone template | angular-datatable

Поделиться
HTML-код
  • Опубликовано: 4 май 2024
  • #angular17 #datatable #nihiratechiees
    This video explains implementing basic datatable in angular app & providing examples for all options.
    Steps followed
    =============
    1, Install the below package
    ng add angular-datatables
    2, Add datatableModule in app.module
    3, Add datatable directive in table
    4, Add dtOptions
    5, Add dtTrigger for refresh data
    Join this channel to get access to perks:
    / @nihiratechiees
    GitHub Source Code Link
    =====================
    github.com/nihira2020/invoiceapp
    Link for display/download pdf in angular using .NET Core API
    =================================================
    • Display / Download pdf...
    Link for Generate PDF using .NET Core Web API
    =======================================
    • Generate PDF in dot ne...
    Link for Angular Invoice Application using Reactive Form Array
    ===================================================
    • Create Sales Invoice a...
  • НаукаНаука

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

  • @22MuraliKrishna
    @22MuraliKrishna Месяц назад

    Thank you soo much, this is very use full

  • @VijayKumar-fq4ie
    @VijayKumar-fq4ie Месяц назад

    good one. very useful

  • @aksharanatureworld
    @aksharanatureworld 2 месяца назад

  • @swatisharma8039
    @swatisharma8039 14 дней назад

    what if we want to make this table as reuable component so that we can use this in anywhere in application? we just need to pass the data in that compoent and should refresh on data change

    • @NihiraTechiees
      @NihiraTechiees  13 дней назад

      Make reusable components have signal variable for store data ... whenever value changed in signal it will reflect in ui

  • @kiranpatel5003
    @kiranpatel5003 29 дней назад

    Pagination is not working for me. i am getting data from sever and my backend is PHP. This video is usefull but pagination not working in my case
    only first page comes.

  • @muhamadhasanaliabdurohmanm6803
    @muhamadhasanaliabdurohmanm6803 Месяц назад

    I got problem in dtOptions: Config={}

  • @Sagar_Kumar456
    @Sagar_Kumar456 2 месяца назад +1

    What if I have 10000 data and I don't want to load all data at a time, on clicking the next , want to request chunks of data each time from server

    • @NihiraTechiees
      @NihiraTechiees  2 месяца назад +1

      Then we have to go with server side rendering.... Will upload separate video soon

    • @akadeadahot7067
      @akadeadahot7067 2 месяца назад +1

      U have to fetch data in chunk from backend , where u can search for sql query for that , it includes limit and skip and offset