We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if just_table users had the ability to create tables with custom classes.
Users of just_table may want to customize some tables.
For example, I use the library Basic Table for creating responsible tables.
If this plugin is enabled, by default mobile users see tables like this:
But for some of my tables, I think tables would look better like this on mobile devices:
I don’t know how to realize this if all tables have the same default class.
Markdown:
[jtable class="KiraNonDefaultTableClass"] <!-- Table content --> [/jtable]
This will be transformed into HTML:
<table class="KiraNonDefaultTableClass"> <!-- Table content --> </table>
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. Summary
It would be nice if just_table users had the ability to create tables with custom classes.
2. Argumentation
Users of just_table may want to customize some tables.
For example, I use the library Basic Table for creating responsible tables.
If this plugin is enabled, by default mobile users see tables like this:
But for some of my tables, I think tables would look better like this on mobile devices:
I don’t know how to realize this if all tables have the same default class.
3. Example of expected behavior
Markdown:
This will be transformed into HTML:
Thanks.
The text was updated successfully, but these errors were encountered: