Wiki source code of Live Table component
Version 16.1 by fkorteby on 2009/08/11
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | 1 Live Table component | ||
2 | |||
3 | #warning("This section documents a feature that is only available starting with XWiki Enterprise 1.9M2.") | ||
4 | |||
5 | #toc("" "" "") | ||
6 | |||
7 | 1.1 Summary | ||
8 | |||
9 | The *"Live Table"* component is a dynamic table loading data lazily using ajax requests as the user browse the table, in order to scale easily the display of very large amounts of data. Users can browse the table thanks to a pagination system. Filters on columns are available to search for specific entries. Columns can be made sortable in both direction. The video below demonstrate the main capabilities of the live table component: | ||
10 | |||
11 | {pre} | ||
12 | <object width="640" height="401"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4474332&server=vimeo.com&show_title=1&show_byline=0&show_portrait=0&color=ffffff&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4474332&server=vimeo.com&show_title=1&show_byline=0&show_portrait=0&color=ffffff&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="401"></embed></object> | ||
13 | {/pre} |