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
When adding ByteSize objects to a DataTable sorting doesn't work. This can be fixed by implenting IComparable, which can be done in just a few lines of code.
I will be honest with you: I don't promise to add this in, as supporting DataTable is not a goal of this framework. That said I am interested to see what's involved. So send a PR and we will check it out. Thanks.
When adding ByteSize objects to a DataTable sorting doesn't work. This can be fixed by implenting IComparable, which can be done in just a few lines of code.
See the following link for more info:
http://stackoverflow.com/questions/24087735/make-a-datatable-sort-by-an-objects-compareto-method
The text was updated successfully, but these errors were encountered: