Opened 17 years ago
Closed 13 years ago
#1004 closed New Feature (invalid)
Make tables sortable
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | |
Keywords: | Cc: |
Description
Tables in MediaWiki can be sortable using special class:
class="wikitable sortable"
more can be found here:
http://meta.wikimedia.org/wiki/Help:Sorting
Change History (3)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Keywords: | Confirmed added |
---|
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
Since FCKeditor is no longer supported and was replaced with CKEditor, active development of the MediaWiki extension and support for it are also finished.
I’m closing this ticket as it is no longer valid.
Ideally, the table dialog should have an additional field called "table style" to be able to set the class.
The list of classes would be a select:
1) None
2) Pretty table (=wikitable)
3) Table with sort (=sortable)
4) Pretty table with sort (=wikitable sortable)
The extension notes should indicate that this is customizable in the dialog.
I tried to implement it, but for IE, FCK adds a class to put a border around the table in the editor, and I could not get rid of it.