ExtJS: Adding table inside a dynamically added tab
Posted
by esskar
on Stack Overflow
See other posts from Stack Overflow
or by esskar
Published on 2010-04-03T22:06:19Z
Indexed on
2010/04/03
22:13 UTC
Read the original article
Hit count: 609
Hi, i'm fairly new to ExtJS. I adopted some examples and added the functionality to add tabs to a tab-control by clicking on some link. so far so good. now i want to load a ExtJS table into on of the new tabs. the items (rows, columns) are defined in a database on the server side. can you give me some hints how to add the table automatically when the tab is created?
© Stack Overflow or respective owner