pulseui icon indicating copy to clipboard operation
pulseui copied to clipboard

client side formatting of column

Open ryanhamilton opened this issue 2 years ago • 2 comments

user-ss Allow user to specify client side formatting function for column. Offered JS and user would have been happy.

ryanhamilton avatar Sep 06 '23 21:09 ryanhamilton

What formatting did they want and would we just add it as option?

ryanhamilton avatar Sep 06 '23 21:09 ryanhamilton

I would second this request too. In our case we sometimes use "Financial Notation" which is similar to engineering & scientific notation (but slightly different) - e.g. 250,000,000 would be written 250E6. When we convert on the kdb side then we end up with strings, and then alphanumeric sorting.

If we could have the ability to write a JS function that returns what we want as a string, but the table maintains sorting & filtering on the underlying raw values - that would be ideal.

jameslittle avatar Feb 28 '24 08:02 jameslittle