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

Safe HaskellSafe-Inferred
LanguageHaskell98

Text.Tabular.Html

Synopsis

Documentation

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

css :: String -> Html

Convenience function to add a CSS string to your HTML document

defaultCss :: String

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