Do we want a PR with a inline "drag and drop"-picker #313
enkelmedia
started this conversation in
Idea
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Lee!
I must say that I'm soooo impressed with the flexibility of Contentment and the DataList!
I've been working on a "Product Picker" for a Product category page and made a proof of concept with a custom
IDataListSource
and a customIDataListEditor
. I wanted to pass some "metadata" with the items from the ListSource and it turns out that I could just return a custom type that inherits from DataListItem:Not sure if this is in the docs but it was a "ahaa moment" =D
Anyway, I came up with a picker that looks like this and just wanted to show it and also let you know that if you would like to include it in the package I could create a PR. No problem if you don't =D
Beta Was this translation helpful? Give feedback.
All reactions