Column Symbols
React Data Grid
1: deebo-grid/src/services/DataGridService.js
columnSymbols = [
Add objects to this array that conform to this structure: { column: "width", symbol: "px" } where
column is the string name of numeric column name in your data, and symbol is a 2 character or less string.
Find instances of the code below. We should have stored instances of this in a single variable, but for now, if you want to add any symbols in front of a number, just add it as a string wherever you find this array of currency symbols.
["$","€","£","¥","₣","₹"]
CSS Classes For Symbols
has-symbol-b the css class that inserts the symbol before the number
has-symbol the css class that inserts the symbol after the number