ShaneK / Matador

Front-end web interface for Bull Job Manager
MIT License
98 stars 51 forks source link

Need to fix job tables #10

Open ShaneK opened 9 years ago

ShaneK commented 9 years ago

Current knockout data-bound tables are having issues where they sometimes get into infinite loops. For some reason, sometimes even if you only have one row it just keeps adding rows to the table forever. Not sure why.

I think converting the tables to react components would help with this issue. React components are also pretty fast in general.