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 have a simple app below. There is a "Sort" button and it opens a modalDialog. I want to sort my table on this modal dialog. After I finished sorting, I will click submit button or cancel button and it removes modal dialog. There is nothing wrong for now. However, if you click "Sort" button twice, sortable table loses its features and becomes a normal table. That's why, you can't sort your table.
Hi,
I have a simple app below. There is a "Sort" button and it opens a modalDialog. I want to sort my table on this modal dialog. After I finished sorting, I will click submit button or cancel button and it removes modal dialog. There is nothing wrong for now. However, if you click "Sort" button twice, sortable table loses its features and becomes a normal table. That's why, you can't sort your table.
How can I fix this issue?
Thanks in advance.
The text was updated successfully, but these errors were encountered: