Thomas Britton
Thomas Britton
I don't think you can. As this seems to be is just a wrapper around another css grid system called [flexboxgrid2](https://github.com/evgenyrodionov/flexboxgrid2) and of which is a dependancy here and it...
I ran into the same issue basically, especially in the scenario where you are showing say 50 or more products on a 'page' and someone paginates to page 6 and...
@povpie did you find a solution? I am in a similar situation myself
I am getting the same issue, I have tried the suggestions above but no joy. Here is my code: ```js const SortableList = ({ items, onSortEnd, hasDragHandle }: SortableListProps) =>...
I have just downloaded and tried to install and I am seeing the same issue as @mandarvaze I am on a M1 Macbook Pro, on macOS Ventura 13.4.1
@mandarvaze Installing Alpha 196 and upgrading to 197 seems to work. Something must be broken in 197 then.
Any updates on the multi-drag functionality @alexreardon ?
Todo: - [ ] Set the order of sections - [ ] Sort sub pages alphabetically
Would also be interested to know if this is possible
I have achieved it using the following but it would be good to know if there is a better approach ```js const [padding, setPadding] = useState({ paddingLeft: 0, paddingRight: 0...