Customizing ''

2021-01-22 Thread Erik Gustafson
Hi Alex, hi list, I'd like a version of '' that has '+JS'-style behavior (i.e. it doesn't redraw the whole page, only updates the tab "view"). I guess I'm wondering if this is already possible and I'm missing something simple? Otherwise I'll write a new version using 'serverSentEvent' or somethin

Re: Customizing ''

2021-01-22 Thread Alexander Burger
Hi Erik, > I'd like a version of '' that has '+JS'-style behavior (i.e. it > doesn't redraw the whole page, only updates the tab "view"). In general a good idea, but in case of '' it seems to make little sense. The tab itself is only a small header, while the contents change completely for each v

Re: Customizing ''

2021-01-22 Thread Erik Gustafson
Hi Alex, > '' consists basically of only two statements. The first draws the table > and the rest (almost the whole page) is drawn by the second: Ok, I think I was using '' in a non-standard way. The tabbed content is only a small part of the overall page and appears in a "sticky" div that scroll