文件名称:ember-simple-pagination:这个Ember插件是带有bootstrap标记的简单分页组件
文件大小:158KB
文件格式:ZIP
更新时间:2024-06-15 09:45:07
JavaScript
灰烬简单分页 这个Ember插件是一个简单的分页组件,它使用Twitter Bootstrap标记。 它适用于服务器端和客户端分页。 安装 Ember.js v3.4或更高版本 Ember CLI v2.13或更高版本 Node.js v8或更高版本 ember install ember-simple-pagination 用法 在您的模板中: {{simple-pagination recordCount=recordCount pageSize=pageSize pageNumber=pageNumber maxPagesInList=maxPagesInList dataTestSelector='my-test-selector' onPageSelect=(action "getPage")}} 特性 recordCount :正在分页的集合中的
【文件预览】:
ember-simple-pagination-master
----.gitignore(369B)
----README.md(3KB)
----.codeclimate.yml(342B)
----ember-cli-build.js(494B)
----.bowerrc(60B)
----.ember-cli(280B)
----tests()
--------integration()
--------test-helper.js(228B)
--------dummy()
--------unit()
--------.jshintrc(831B)
--------helpers()
--------index.html(1KB)
----testem.js(556B)
----screenshots()
--------ember-simple-pagination-screenshot.png(8KB)
----app()
--------components()
--------.gitkeep(0B)
--------templates()
----.eslintrc(4KB)
----.jshintrc(518B)
----package.json(2KB)
----CONTRIBUTING.md(639B)
----vendor()
--------.gitkeep(0B)
----index.js(71B)
----config()
--------ember-try.js(2KB)
--------environment.js(90B)
----LICENSE.md(1KB)
----addon()
--------components()
--------.gitkeep(0B)
----.watchmanconfig(37B)
----.eslintignore(240B)
----.template-lintrc.js(62B)
----.npmignore(411B)
----.travis.yml(1KB)
----.editorconfig(368B)
----yarn.lock(328KB)
----.eslintrc.js(1KB)