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

Class for the column cells (th and td) #129

Open
Eccenux opened this issue Jul 16, 2024 · 0 comments
Open

Class for the column cells (th and td) #129

Eccenux opened this issue Jul 16, 2024 · 0 comments

Comments

@Eccenux
Copy link

Eccenux commented Jul 16, 2024

What feature do you want to see added?

Would be nice and quite useful to have a class for the column.

So instead of:

<th><a href="#" class="sortheader">Cron Trigger<span class="sortarrow">&nbsp;&nbsp;↑</span></a></th>
...
<td>Poll SCM: H 8-16 * * 1-5<br>H 18 * * 7</td>

Something like:

<th class="column-next-lanuch"><a href="#" class="sortheader">...<span class="sortarrow">&nbsp;&nbsp;↑</span></a></th>
<th class="column-next-possible-lanuch"><a href="#" class="sortheader">...<span class="sortarrow">&nbsp;&nbsp;↑</span></a></th>
...
<td class="column-next-lanuch">2024/07/16</td>

This way it would be much easier and quicker to create customizations.

Upstream changes

No response

Are you interested in contributing this feature?

Sure, if the idea is acceptable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants