I'm trying to have a list container with multiple columns (like you see in a file browser, with the "name", "size", "data modified" columns) in html and javascript. Is this possible?
Thanks
Daniel
|
I'm trying to have a list container with multiple columns (like you see in a file browser, with the "name", "size", "data modified" columns) in html and javascript. Is this possible? Thanks Daniel |
|||
|
|
It sounds like you want a grid. Here's my favorite. SlickGrid has resizable columns, is highly flexible—and most importantly—allows an effectively unlimited number of rows without slowing down the browser. |
|||||||
|
|
It sounds like what you're looking for is a little known html element called a table. |
|||