skip to Main Content

jQuery Sortable very slow

i have sortable problem in jquey. In case of 1000 records, the page takes about 5 seconds to load. Can it be optimized? Ultimately, the database will have 4,000 records <tbody class="row_position"> <?php while($user = $users->fetch_assoc()){ ?> <tr id="<?php echo…

VIEW QUESTION
Back To Top
Search