Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-1244

Add ability to have sortable/filterable tables (in the Albatross skin)

    XMLWordPrintable

Details

    • cti

    Description

      It would be nice to be able to filter/sort table columns.

      This issue will add the following html classes that can be added to html tables ("sortable", "filterable", "sortHeader", "selectFilter", "unsortable", "noFilter"). For example:

      <table id="mytableid" class="sortable filterable" cellSpacing="0" cellpadding="0" border="1">
        <tr class="sortHeader">
          <th>Page</th>
          <th width="150" class="selectFilter">Space</th>
          <th width="150">Date</th>
          <th width="150">Last Author</th>
          <th width="210" class="unsortable noFilter">Actions</th>
        </tr>
      ...
      

      Attachments

        Issue Links

          Activity

            People

              vmassol Vincent Massol
              vmassol Vincent Massol
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: