-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Hello, we are trying to create a dashboard with sortable columns and rows, given your feature https://valor-software.com/ngx-bootstrap/#/components/sortable?tab=overview , it's the closest thing that can support this but sadly it works on simple lists.
Describe the solution you'd like
A clear and concise description of what you want to happen.
We want to support for sorting something like this:
<div class="row">
<div class="col">
</div>
<div class="col">
</div>
</div>
<div class="row">
<div class="col">
</div>
</div>
I am still trying to think about how can this be achieved, not sure if https://valor-software.com/ngx-bootstrap/#/components/sortable?tab=overview can be enough?
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
https://valor-software.com/ngx-bootstrap/#/components/sortable?tab=overview
Additional context
Add any other context or screenshots about the feature request here.