AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

How to change value if there is a null or zero number #2098

Open proasian42 opened 4 years ago

proasian42 commented 4 years ago

I would like to know if there is a way to put the blank if there is a null or zero value.

For example, I have an ID and orderID with few data. There will be every ID to show orderID, but some of them have zero or null as orderID. I need to show the empty value as orderID on the page.

proasian42 commented 4 years ago

@AllenFang is there a way to do that? Thanks!