Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add value attribute to <td> elements for CSS conditional formatting #458

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 11, 2019

  1. Add value_attribute option to Table.render()

    Table.render() now accepts the `value_attribute` parameter.
    
    If set to True, each <td> element will be created with the `value`
    attribute that mirror the content of the element itself. This can be
    used to apply CSS conditional formatting rules with the CSS selector
    functions.
    fgiuba committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    ec072bc View commit details
    Browse the repository at this point in the history
  2. Update render_table docs (added value_attribute)

    fgiuba committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    1e29db6 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. render_table() value_attribue can be a callable

    fgiuba committed May 29, 2019
    Configuration menu
    Copy the full SHA
    86fdbb7 View commit details
    Browse the repository at this point in the history