开发者

How do I make a list with columns (like a file browser) in html (or javascript)?

开发者 https://www.devze.com 2023-02-20 10:11 出处:网络
开发者_如何学运维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 pos

开发者_如何学运维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.

0

精彩评论

暂无评论...
验证码 换一张
取 消