code-for-charlottesville / housinghub

GNU General Public License v3.0
14 stars 23 forks source link

Row.js and Cell.js #117

Closed YQ-Xiong closed 4 years ago

YQ-Xiong commented 4 years ago

Decouple the logics of Table.js to make two new components. Cell.js return data for each cell, while Row.js utilize cell component to create row for table. Since I am not sure whether the original Table.js is a better implementation, I did not change the Table.js.