Hello,
I think I have found a serious bug with datasets.
When you try to sort a dataset by a column the method takes to parameters sort(int columnIndex, boolean)
Now, if you put the boolean to false the method will return NaN. if you put it to true, also NaN is returned.
If you omit the boolean parameter it will sort ascedningly.
I find this as a VERY SERIOUS bug!
is anyone going ot fix this or it just happens to me?
Please help me!