is there a way i can specify custom cell formatter for a specific column ?
also how can i write custom sorting for a particular column rather than overriding built in general sorting function..
here is my situation..we are trying to format number which can be Million or Billion or thousand.. so after formatting we want to specify ‘M’,’B’ or ‘K’ at the end.. to let user know what it is..? and this column should be sortable as well.. but sorting should ignore those words.. and just use normal numeric sorting ..
Thanks