Livetable Macro 2.0

Last modified by Thomas Mortagne on 2021/03/17 21:42

tableDisplays a standard Livetable using a Wiki Macro
TypeXAR
Category
Developed by

Ludovic Dubost

Rating
0 Votes
LicenseGNU Lesser General Public License 2.1

Installable with the Extension Manager

Description

There's also a design in progress for a new LiveTable 2.0 Macro, which is different from this extension.

This macro allows to display a standard Livetable with a simple XWiki 2.0 Macro. Included in the package is also a Livetable generator which allows to display a Livetable for any XWiki class in a few clicks, as well as a Livetable Velocity Script Generator which allows to generate a Velocity script of a standard livetable for a specific class, which you can then customize.

The syntax for the Livetable XWiki 2.0 macro is:

{{livetable classname="XWiki.XWikiUsers" fields="first_name,last_name,doc.name,address" tags="false"
  selectedColumn="first_name" defaultOrder="desc" rowCount="11" maxPages="9" resultPage="" /}}

Prerequisites & Installation Instructions

We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager). Note that installing Extensions when being offline is currently not supported and you'd need to use some complex manual method.

You can also use the following manual method, which is useful if this extension cannot be installed with the Extension Manager or if you're using an old version of XWiki that doesn't have the Extension Manager:

  1. Log in the wiki with a user having Administration rights
  2. Go to the Administration page and select the Import category
  3. Follow the on-screen instructions to upload the downloaded XAR
  4. Click on the uploaded XAR and follow the instructions
  5. You'll also need to install all dependent Extensions that are not already installed in your wiki

Release Notes

v1.0

Install the Macro and visit Macros.LiveTable.

Get Connected