Post by Pamella » Mon Jun 21, 2021 10:25 pm

Hi, not an issue ;) but table's header columns could be TH not TD, then it's displayed as bold text by default (Bootstrap CSS file)

For example

Code: Select all

        <table class="table table-bordered table-hover">
          <thead>
            <tr>
              <td class="text-left">{{ column_date_added }}</td>
              <td class="text-left">{{ column_description }}</td>
              <td class="text-right">{{ column_amount }}</td>
            </tr>
          </thead>
          <tbody>
          (...)

Code: Select all

              <th class="text-left">{{ column_date_added }}</th>
              <th class="text-left">{{ column_description }}</th>
              <th class="text-right">{{ column_amount }}</th>
Last edited by Pamella on Sat Jun 26, 2021 10:49 pm, edited 1 time in total.

OC 3.0.3.7 EN (default theme) running on PHP 7.3 MariaDB 10.3 Linux / Apache 2.4


New member

Posts

Joined
Tue Oct 25, 2011 4:22 am

Post by straightlight » Tue Jun 22, 2021 9:42 pm

Wrong location. These code changes could rather be posted in the Pull Requests of the Github Opencart repository for further reviews.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by Pamella » Sat Jun 26, 2021 10:48 pm


OC 3.0.3.7 EN (default theme) running on PHP 7.3 MariaDB 10.3 Linux / Apache 2.4


New member

Posts

Joined
Tue Oct 25, 2011 4:22 am
Who is online

Users browsing this forum: No registered users and 36 guests