Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Grid is basically `<table>` with extra functionality (in fact in my project we are emulating table layout using CSS Grid with good results). If you can do <table> then you can do grid.


I'd say grid is table except not in the DOM itself.

Some consequences of that are that you can easily adjust the order and such. And just need to change one elements style to adjust the whole layout.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: