-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Description
Describe Problem
https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v8/api/item-sliding#basic-usage
The basic usage does example the template part only, but it is really unclear how to make this work with the logic part (especially for beginners, when you have no idea how things work)
Some primary issues:
- How to bind the simple click event of the option to the function of component class
- How to bind the 'overslide' - i.e. when user drags the sliding item far from the starting point, so the last option will trigger automatically on slide release
Describe Preferred Solution
I've spent some time to make an example of Arhive-Delete drag with working template, so dragging/clicking Archive or delete is actually works and reflects the data:
https://stackblitz.com/edit/angular-t9fwgq5c?file=src%2Fapp%2Fexample.component.ts
I may not be perfect because I also don't know the right approach for good overslide
Describe Alternatives
Take a look at angular material documentation for MatTable (or just look for other components) as an example:
https://material.angular.dev/components/table/examples
It has first example as basic usage, and more use cases for every matter you can think of.
Additional Information
There is a subtle note on ionSwipe https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v8/api/item-sliding#expandable-options, but ionSwipe does not work for me (or at least on PC Web version which I develop and test on)
And I usually check the code, skipping the reading part (I don't think I am the only person who skips text)
So trivial task like 'copy-paste' of a working example turns into pain in the ass, requiring to spend time researching...