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
The sort() method sorts the elements of an array in place and returns the sorted array. The default sort order is ascending, built upon converting the elements into strings, then comparing their sequences of UTF-16 code units values.
If you'd like to see this fixed sooner, add a π reaction to this post.
The text was updated successfully, but these errors were encountered:
π Provide detailed reproduction steps (if any)
βοΈ Expected result
Remove all rows.
β Actual result
https://github.com/ckeditor/ckeditor5-table/blob/a8b4d897bc56cfa5c0a780dcc78e8b29961d11fb/src/utils.js#L153
The
Array.sort()
will:If you'd like to see this fixed sooner, add a π reaction to this post.
The text was updated successfully, but these errors were encountered: