Angular 6 MatTable Performance in 1000 rows.

前端 未结 7 823
無奈伤痛
無奈伤痛 2020-12-03 04:56

I\'m using angular material in my project and I\'m using Mat-Table to render 1000 Product/row per table. When Change pagination (we use backend pagination) of table to 1000

7条回答
  •  萌比男神i
    2020-12-03 05:32

    Introduce pagination. That's the only way to solve performance issue in the mat-table.

    https://material.angular.io/components/table/overview#pagination

提交回复
热议问题