We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list={list}
setList={setList}
ghostClass="dropArea"
filter=".ignore-elements"
draggable=".item"
handle=".dragHandle"
preventOnFilter={true}
animation="200"
easing="ease-out"
swap
onEnd={(evt) => handleSwap(evt.oldIndex, evt.newIndex)}
>
{list.map((key) => (
<div key={key.id} className="item">
<div className="col-12 py-2 ignore-elements">
<div className="col-12">
<div className="car-images-canvas-label d-flex align-items-center justify-content-end">
<p className="m-0 pe-3 ">{key.label}</p>
</div>
<div className="col-12 py-3 px-4 d-flex">
<div className="ignore-elements">
<img
src={key.demoImg}
className="me-3 "
alt={`${key.demoImg}Icon`}
height={150}
width={150}
/>
<div className="dragHandle">
src={key.actualImg}
className="ms-3"
))}
`</ReactSortable>`]
In this i want to add swapping functions to the actualimg but when i am adding item to actual image its not working
The text was updated successfully, but these errors were encountered:
You may have already solved your issue at this time, is it?
If yes, I think you can just close this issue. or I suggest you post this in Stackoverflow.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: