AllenFang / react-bootstrap-table

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

rowClassNameFormat #2001

Closed jakedurell closed 6 years ago

jakedurell commented 6 years ago

I am having trouble getting the rowClassNameFormat function to get triggered in the bootstrap table tag. The console.log never runs. See my code below.

Thanks.

(this is code from working on this tutorial: https://code.tutsplus.com/tutorials/working-with-tables-in-react-part-one--cms-29682)

https://github.com/jakedurell/tabletest/blob/0ec55a5bacd923b29a7033f440b198bee3c934b2/src/Table3.js#L10-L36

jakedurell commented 6 years ago

Nevermind. I was calling another copy of a similar file in App.js, but that didn't have the function. Oops!