# table-pagination **Repository Path**: yunfound/table-pagination ## Basic Information - **Project Name**: table-pagination - **Description**: 使用js对html table进行分页 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-03-21 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # table-pagination 使用js对html table进行分页。 使用方法: new TablePager({ table:$('.dataTable') //表格 })