zacoppotamus / ElgarsCodingOrchestra

2nd Year Software Engineering Project
project.spe.sneeza.me
3 stars 0 forks source link

Remove jTable and kill it with fire #103

Closed zacoppotamus closed 10 years ago

zacoppotamus commented 10 years ago

It is basically an ugly, broken mess (sorry Ben :P)

screen shot 2014-03-09 at 18 11 37

Some alternatives:

BenElgar commented 10 years ago

Pushed back as no suitable replacement found. None of those listed have full CRUD (Create, Remove, Update, Delete) functionality. Instead made tweaks to improve performance.

zacoppotamus commented 10 years ago

How about this? http://tableclothjs.com/

zacoppotamus commented 10 years ago

Also, aren't CRUD functionalities something that we'll build on top of the table library we're using? (Eg. pressing a button that will make an API call and then update the table) How was jTable different to this?