Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-6032

Sortable tables for wiki (BB-7251)

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      I would like to be able to have sortable tables on the wiki. Wikimedia format allows for this.

      It does not appear that markdown, creole, restructuredtext or textile allow for these types of tables.

      Alternatively, it would be nice to choose the markup wikimedia uses.

      wikitable with sort##

      http://en.wikipedia.org/wiki/Help:Table

      #!wikimedia
      
      {| class="wikitable sortable" border="1"
      |+ Sortable table
      |-
      ! scope="col" | Alphabetic
      ! scope="col" | Numeric
      ! scope="col" | Date
      ! scope="col" class="unsortable" | Unsortable
      |-
      | d || 20 || 2008-11-24 || This
      |-
      | b || 8 || 2004-03-01 || column
      |-
      | a || 6 || 1979-07-23 || cannot
      |-
      | c || 4 || 1492-12-08 || be
      |-
      | e || 0 || 1601-08-13 || sorted.
      |}
      
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            bfa9b94e473a jtooker
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: