mabouchalkha / foodinspectors

Frontend for food inspectors
https://foodinspector.herokuapp.com
1 stars 0 forks source link

Grid - create our grid or find an existing one #7

Open mabouchalkha opened 9 years ago

mabouchalkha commented 9 years ago

custom or smart-table or ng-grid...

mabouchalkha commented 9 years ago

https://github.com/vitalets/angular-xeditable https://github.com/lorenzofox3/Smart-Table https://github.com/angular-ui/ng-grid (V 3.x)

cindoum commented 9 years ago

xeditable is really great, i already used it and enjoyed it!

For the 2 grid, i dont really know, the only thing i could say is that ng-grid bug me becuase it is not rendering proper html table, only to have static table header... not sure i like the idea..

Dont really know...

mabouchalkha commented 9 years ago

ok can you just give me an example how ng-grid doesn't rendering a proper html table in http://ui-grid.info/docs/#/tutorial for the version 3.0 unsable can you check this https://github.com/angular-ui/ui-select for the combo box select

cindoum commented 9 years ago

If you look at any example of the grid. The header (columns) are wrapped in a div, with a full table for the header, then another div with another table in it for the body (the line) and then another div and another table for the footer...

It is the only way to have sticky column header (column header stay on top even if you scroll the lines) but i am against it as it is not html compliant hehe

mabouchalkha commented 9 years ago

as we talked we go with ui-grid