pwizla / swimo

Swimo, a portmanteau word for Swiss and money. Swimo is like a Swiss friend helping you manage your money. 🇨🇭
GNU General Public License v3.0
4 stars 0 forks source link

Budget table not displaying if using react-bootstrap-table #10

Closed pwizla closed 7 years ago

pwizla commented 7 years ago

react-bootstrap-table apparently requires a flattened object (or array of objects). It's incompatible with my state.budget architecture. Maybe just render a simple HTML table?

pwizla commented 7 years ago

Fixed in 08a75a Created flatBudget as a workaround.