ka-table v3.7.1 Release Notes

Release Date: 2020-05-31 // almost 4 years ago
  • pagesCount sets the count of pages for specific data and disables local data pagination:

    paging: {
     pagesCount?: number; 
     // ....
    }
    

    ⚡️ also the action creator to update pagesCount value was added:

    updatePagesCount(pagesCount: number)
    

    Remote Data Demo