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 Source

css :: String -> Html Source

Convenience function to add a CSS string to your HTML document

defaultCss :: String Source

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