Skip to content
Discussion options

You must be logged in to vote

Good afternoon, BudiMates. Just a quick update, I got this resolved...somewhat. I wound up using a combination of simple HTML/CSS and Handlebars. Below is the simple logic I used. This is still relatively dynamic around the data in the view containing this data. Of course, I did need to use the 'date' helper to properly format that column. Please let me know if you have any questions/concerns/recommendations. Thanks a ton!

<h1>Current Priorities</h1>
<style>
  .white-text {
    color: white;
  }
  .column-one {
    width: 5%
  }
  .column-two {
    width: 25%
  }
  .all-columns {
    width: 15%
  }
  th {
    text-align: left;
  }
</style>
<table class="custom-table" style.color = white>
  <

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by phamalda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
1 participant