Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
knockout-datatable
Advanced tools
Knockout DataTable is a flexible and reusable Knockout.js view model for data tables.
Knockout DataTable is a flexible and reusable Knockout.js view model for data tables.
Check out the demo to get a quick idea of how it works and how to use it.
To install it in your bower-enabled project, run bower install knockout-datatable
.
Or drop the knockout-datatable{.min}.js
file in your vendor assets javascript folder and require it in your application.
Refer to the demo for detailed usage instructions.
The following methods are available on the DataTable instance:
prevPage()
- go to the previous page (if not on page 1)nextPage()
- go to next page (if not on last page)toggleSort(field)
field
field
field
if not already sorted by field
gotoPage(pageNum)
- sets the current page to pageNum
pageClass(pageNum)
- returns "active"
if pageNum
is the current pageaddRecord(new_record)
- pushes new_record
onto the datatable's rowsremoveRecord(record)
- removes record
from the datatable's rowsreplaceRows(new_rows_array)
new_rows_array
1
forceFilter(true|false)
- enable / disable forcing filtering of the roles
To build the Knockout DataTable coffeescript source, do the following in a node.js enabled environment:
npm install -g grunt-cli
npm install
grunt
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)See Contributors
Knockout DataTable is released under the MIT License. Please see the LICENSE file for details.
FAQs
Knockout DataTable is a flexible and reusable Knockout.js view model for data tables.
The npm package knockout-datatable receives a total of 0 weekly downloads. As such, knockout-datatable popularity was classified as not popular.
We found that knockout-datatable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.