How do I make a list with columns (like a file browser) in html (or javascript)?
开发者_如何学运维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 what you're looking for is a little known html element called a table.
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.
Live demo.
精彩评论