Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
ember-cli-table-pagination
Advanced tools
makes it easy to build remote backed tables w/ ember-cli-pagination and bootstrap
This README outlines the details of collaborating on this Ember addon.
table-pagination
TODO
TODO
Here is a list of the replaceable components and their respective defaults
titleComponent
(table-pagination.table-title
): Display the table title if specified
bodyComponent
(table-pagination.table-body
): wrap up the table body
toolbarComponent
(table-pagination.table-toolbar
): wrap up the toolbar
toolsComponent
(table-pagination.table-tools
): receive the following parameters:
allowQuickSearch
(boolean): either or not the quick-search should be enabledsearchString
(string): two-way binding to the quick-search valueperPage
(integer): two-way binding to the item/page valuerefresh
(action): action passed on to the refresh
action of table-pagination
The toolsComponent
should display these values and offer the user a way to manipulate searchString
and perPage
pagerComponent
(table-pagination.table-pager
): should display the current page number and allow the user to change page
count
(integer): total amount of pagescurrent
(integer): current page number (1-indexed)changePage
(action): action passed on the changePage
action of the component if the pagination is remotely handled else the component will deal with the page change by itself.contentComponent
(table-pagination.table-content
):Note: to allow for more flexibility when overriding the component, a special parameter will be passed to each of the overridable sub-components that can be used to pass arbitrary parameters from the main component to any of its sub-components. These parameters are called: titleParams
, bodyParams
, toolbarParams
, toolsParams
, pagerParams
& contentParams
.
bs-table-pagination
git clone
this repositorynpm install
ember server
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
FAQs
An ember addon to add pagination to tables
The npm package ember-cli-table-pagination receives a total of 1 weekly downloads. As such, ember-cli-table-pagination popularity was classified as not popular.
We found that ember-cli-table-pagination demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.