tabular-0.2.2.0: Two-dimensional data tables with rendering functions

Text.Tabular.Html

Synopsis

Documentation

render :: (rh -> Html) -> (ch -> Html) -> (a -> Html) -> Table rh ch a -> HtmlSource

css :: String -> HtmlSource

Convenience function to add a CSS string to your HTML document

defaultCss :: StringSource

You need to incorporate some CSS into your file with the classes thinbottom, thinright, thickbottom and thickright. See css