vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

md-table-pagination not working with example from documentation #2363

Open adam-brookes opened 2 years ago

adam-brookes commented 2 years ago

Steps to reproduce

  1. Create a new Vue Project
  2. Install and configure Vue-Material
  3. Copy and paste the example code from the "Pagination" area of the table documentation
  4. Use this component

Which browser?

  1. Chrome Version: 101.0.4951.67
  2. Vue Version: 2.6.14
  3. Vue-Material Version: ^1.0.0-beta-15

What is expected?

Users should be displayed in the table and paginated correctly

What is actually happening?

No users are being displayed in the table, and there are no errors in the console.

iohansson commented 1 year ago

@marqbeniamin https://github.com/vuematerial/vue-material/pull/2210 this PR has been merged to master but not released to npm. It solves the issue which is that md-table-pagination doesn't have a few props defined.