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

html: add parameter to enable/disable table title label #2606

Closed
lionelmoi opened this issue Feb 20, 2017 · 2 comments
Closed

html: add parameter to enable/disable table title label #2606

lionelmoi opened this issue Feb 20, 2017 · 2 comments
Labels
enhancement Changes to an existing feature plugin/html5 Issue related to HTML5 plug-in

Comments

@lionelmoi
Copy link
Contributor

Add a switch to turn off the addition of <span class="table--title-label"> before the title during table generation.

@jelovirt jelovirt added enhancement Changes to an existing feature plugin/html5 Issue related to HTML5 plug-in labels Feb 20, 2017
@jelovirt
Copy link
Member

My preference is not to add parameters for features like this, because it will lead to having 500+ parameters.

A workaround I use for this is

.table--title-label { display: none }

To hide the label.

@lionelmoi
Copy link
Contributor Author

OK good enough for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Changes to an existing feature plugin/html5 Issue related to HTML5 plug-in
Projects
None yet
Development

No branches or pull requests

2 participants