11

I am looking for a JavaScript layout manager that has support for flexible layouts: nesting, resizing, splitters, collapsible panels etc.

I've seen ExtJS and Dojo but I'm wondering if there are any lightweight variants that excel at this ...

Thanks!

dani
  • 4,880
  • 8
  • 55
  • 95
  • @Emil Ivanov: Yes, what about it? Is there a library you're thinking of? Thanks :) – dani Aug 15 '11 at 15:04
  • Looking for the same. For a while now. Just to overcome limitations of CSS. I think I'll try writing my own. – Rolf Sep 25 '14 at 22:47
  • PS: this question may not be "off-topic". There aren't that many "JavaScritpt layout managers" out there, so asking for a light-weight one is pretty specific, and I would not be surprised if there is none. The answers are a bit off topic, though. Isotope, for example, is not a "layout manager". – Rolf Sep 25 '14 at 22:50

2 Answers2

9

Have your tried jQuery along with the UI.layout plugin?

http://layout.jquery-dev.net/

laurent
  • 88,262
  • 77
  • 290
  • 428
2

Have you tried isotope, a plug-in for jQuery?

muratgu
  • 7,241
  • 3
  • 24
  • 26