Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2261 Lượt xem

Hello community!


I am trying to show the section of the sum of the totals at the end of the report above the footer, but I did not find a solution for it.

When using absolute CSS properties, an error is displayed when more than one page is printed.


Is there a way to configure the CSS dynamically so that this sum is displayed at the end regardless of the pages?

I appreciate your help.


img_url (not enough karma) -> pasteboard.*co/*I0UuaTL9qPkx.png (delete *) 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,


Please try this div class:


<div class="clearfix">


        <div id="total" class="row">


               <div class="col-6 ms-auto">


                      <table class="table table-sm table-borderless">


                               <tbody><tr class="border-black o_subtotal">


                                             <td><strong>Total Amount</strong></td>


                                             </tr>


                                 </tbody>


                          </table>


                   </div>


      </div>




Hope it helps

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 3 15
7052
2
thg 2 24
5667
5
thg 5 23
19236
2
thg 6 19
4049
0
thg 1 17
5448