Modifying the format for all columns in a custom table

I resolved this myself:

add the format key to the pconfig section:

 pconfig:            
   format: "{:,.2f}" 
1 Like