Skip to content
A native script listview plugin that can display sections.
TypeScript JavaScript CSS
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Sample
nativescript-sectioned-list-view
observable-sectioned-array
.gitignore
README.MD
SectionedListView.png
tsconfig.json

README.MD

Native script modules to support sections in a listview (ios UITableView).

Sample

A sample is bundled with this repository that shows how to use the above plugins

$ cd Sample

Install the bundled plugins

$ tns plugin add ../nativescript-sectioned-list-view
$ tns plugin add ../observable-sectioned-array

Run the application on your simulator

$ tns emulate ios --device=iPhone-5s
You can’t perform that action at this time.