Base solution for your next web application
Open Closed

How to create metronic datatable? #7692


User avatar
0
xitix created

we wan to create metronic datatable like shown in below Link, Nowhere we found documentation or demo code for below datatable. http://keenthemes.com/preview/metronic/theme/admin_1/table_datatables_ajax.html#


4 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team
    • What is your product version?
    • What is your product type (Angular or MVC)?
    • What is product framework type (.net framework or .net core)?
  • User Avatar
    0
    xitix created

    What is your product version? => v 7.2.0 What is your product type (Angular or MVC)? => Angular What is product framework type (.net framework or .net core)? => .net core

  • User Avatar
    0
    maliming created
    Support Team

    hi @xitix

    Zero uses primeng's table by default. (https://www.primefaces.org/primeng/#/table)

    Datatables is based on jQuery and we don't use jQuery in Angular project but you can include jQuery and use Datatables if needed

  • User Avatar
    0
    xitix created

    thank you Mr. Maliming for your nice support.