skip to Main Content

Adding bottom row on column that sums the values of the entire column-Twitter bootstrap

I have a table with five columns that has the following structure: <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.css" rel="stylesheet"/> <table class="table table-bordered"> <tbody> <tr> <td>Timestamp</td> <td>Cash &amp; Carry</td> <td>Shop Name</td> <td>Amount</td> <td>Comments</td> </tr> <tr> <td>10/01/2018</td> <td>New Delhi Cash &amp; Carry</td> <td>J's Pizza Stop </td>…

VIEW QUESTION
Back To Top
Search