.currency::before {content: "$"; } i have use class currency for $(in data grid). but i dont want dollar symbol in heading. i just want it before integer value. and also like in one line eg.. $102.365. so how to achieve this?
↧