twmodule 0.1.12 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -572,6 +572,8 @@ stepData:{
572
572
  pagination:{//是否开启分页,有值就开启
573
573
  total:100,
574
574
  currPage:1,
575
+ size:20,
576
+ showJumper:true,//是否显示分页跳转
575
577
  sizeList:[10,20,30],//可以自定义每页显示多少条数据,默认[10,20,30,50,100]
576
578
  }
577
579
  }