Skip to content
New issue

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

Does not work with column-fill / feature request #271

Open
czarcar opened this issue Aug 14, 2019 · 0 comments
Open

Does not work with column-fill / feature request #271

czarcar opened this issue Aug 14, 2019 · 0 comments

Comments

@czarcar
Copy link

czarcar commented Aug 14, 2019

I have a very long list that needs to be sorted manually. If I apply the CSS columns, column-fill properties (to display the list as multiple columns), in my case 6 columns, the list does not sort properly. Without CSS applied works properly.

ratecenters {
        -webkit-columns: 6 200px;
        -moz-columns: 6 200px;
        columns: 6 200px;
        -moz-column-fill: auto;
        column-fill: balance;
    }
<ratecenters>
                <ul id="sortable" class="list-group">
                    <li class="list-group-item" id="ratecenter_order_1">location 1</li>
                    <li class="list-group-item" id="ratecenter_order_2">location 2</li>
                    <li class="list-group-item" id="ratecenter_order_3">location 3</li>
                     ...........
                </ul>
</ratecenters>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant