Last modified: 2014-02-12 23:35:48 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T33493, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 31493 - Edit view to sort an unsorted table
Edit view to sort an unsorted table
Status: NEW
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Lowest enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-07 12:59 UTC by reza1615
Modified: 2014-02-12 23:35 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description reza1615 2011-10-07 12:59:06 UTC
Is it possible to add possibility to edit view to sort unsorted table?
for example:
we have this table in wiki.
{| class="wikitable sortable"
|-
!numbers
|- 
| 55
|- 
| 0
|- 
| 23
|- 
| 2 
|}
i want to use it in sorted type in other article.
{| class="wikitable sortable"
|-
!numbers
|- 
| 55
|- 
| 23
|- 
| 2
|- 
| 0 
|}
Comment 1 Andre Klapper 2013-03-07 20:17:48 UTC
Do you ask about the data store level, or about the visualization level? For the latter, we offer table sorting via JavaScript.
Also, do you talk about copying the table as wiki markup, or about including it in a similar way to LabeledSectionTransclusion ?
Comment 2 Andre Klapper 2013-04-11 13:41:29 UTC
reza: Could you answer comment 1, please?
Comment 3 reza1615 2013-04-11 19:47:14 UTC
I mean we have a possibility to save the js sorting result to wiki content as wiki text. It means the visualization level sorting can be saved in wiki. In some cases sorting with multi columns is nessasary.for example sort by the first 
column after that second column and ...

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links