Show Grid column with Double value in Decimal format with sortable

Hi ,

I am using Vaadin 8.4.3 .
Trying to add Double value columns with decimal formate.

EX: Double d=100000000;

Should be shown in columns as 100,000,000

With the column should be sortable.

Thanks