bootstrap-paginator分页插件的两种使用方式
分页有两种方式: 1. 前台分页:ajax一次请求获取全部数据,适合少量数据(万条数据以下); $.ajax({ type: "GET", url: "",//后台接口地址 dataType: "json", success ...
分页有两种方式: 1. 前台分页:ajax一次请求获取全部数据,适合少量数据(万条数据以下); $.ajax({ type: "GET", url: "",//后台接口地址 dataType: "json", success ...