Skip to content

Add Support for Table Classes #10

@SkyeHoefling

Description

@SkyeHoefling

Description

Styling tables is kind of a pain with this module unless you write all the css yourself. With today's web ecosystem relying on platforms such as Foundation, Bootstrap, etc. I think it would be useful to set custom styles for all module tables. This will allow people to make pretty tables relatively easy without having to write much custom css and leverage their existing css that is already loaded in their theme.

Describe the solution you'd like

I think we should create a module property that allows someone to plug in the custom css tables they would like used. Then when the module calls the create table code in the WikiModuleBase.cs:558 - CreateTable() we could read the module setting and plug it into the table creation logic. This should then take effect across the module.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions