You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. I am writing to request the implementation of a drag-and-drop feature within our table component. This functionality is intended to allow users to reorder rows dynamically and intuitively, improving user experience and aligning with modern interface expectations.
Drag-and-Drop Reordering:
Users should be able to drag table rows and drop them to reorder their position.
Persistent Order:
The new order should be saved and persisted in the database once the user completes the reordering action.
Library Suggestion:
Preferably use livewire/sortable for seamless integration with Livewire.
Alternatively, other libraries like SortableJS can be considered if they provide better performance or features.
Feedback:
Provide real-time visual feedback during the drag-and-drop process, such as highlighting the drop target.
Compatibility:
Ensure compatibility with existing features and no significant impact on table rendering or performance.
The text was updated successfully, but these errors were encountered:
I hope this message finds you well. I am writing to request the implementation of a drag-and-drop feature within our table component. This functionality is intended to allow users to reorder rows dynamically and intuitively, improving user experience and aligning with modern interface expectations.
The text was updated successfully, but these errors were encountered: