Open
Description
Describe the bug
The sorting is wrong on numbers when creating from
an html table.
To Reproduce
Steps to reproduce the behavior:
- create an html table, with a column id and a incremental number on each row : 1, 2, 3, 4, .... and create a new Grid() from that table
- Click on sort on that column
- you will have it sorted like a string : 1, 10, 100, 101, 102 103, ...
Expected behavior
This should sort it like a number 1, 2, 3, 4 becomes 4, 3, 2, 1
Desktop / Smartphone
not os specific