triniwiz / nativescript-accordion

Apache License 2.0
38 stars 14 forks source link

Feature: Option to prevent expand / collapse #55

Open manojdcoder opened 5 years ago

manojdcoder commented 5 years ago

Allow an event to be triggered upon tapping on accordion header, setting the cancel flag true on the event context should prevent the item from being processed further for expand / collapse.

This feature allows to disable certain items on the accordion, at same time the plugin can be used as an alternative to sectioned list view.