Make Last Row Of Table "bold" - OutSystems

Community/Forums/Questions2019-03-12 12-28-20Shivangi ThakurRank: #1013Make last row of table "bold"102Views6CommentsSolvedQuestionReactiveApplication TypeReactive

Hi All,

I need to make the last record in the table as bold . How can i do this?

Please find the attachment , and the highlighted text that needs to be bold.

Thanks

Shivangi

TableBold.PNG0024 Nov 2021Copy post link2020-06-23 15-22-16Miguel SousaRank: #1157Solution

Hi @Shivangi Thakur

List css:

.list-item:last-of-type{ font-weight: bold; }

Table css:

.table-row:last-child{ font-weight: bold; }

Best regards,

Miguel Sousa

1024 Nov 2021Copy comment link
2019-03-12 12-28-202020-06-23 15-22-165 repliesLast reply 24 Nov 2021Show threadHide thread2019-03-12 12-28-20Shivangi ThakurRank: #1013

Hi Miguel,

Its a Table.

0024 Nov 2021Copy comment link
2020-06-23 15-22-16Miguel SousaRank: #1157Replying to Shivangi Thakur's comment on 24 Nov 2021 11:19:36

I'm sorry I misunderstood your question. I've edited my response with the css for a table

0024 Nov 2021Copy comment link
2019-03-12 12-28-20Shivangi ThakurRank: #1013Replying to Miguel Sousa's comment on 24 Nov 2021 11:22:07

Thanks Miguel , that worked..

I have one more query , i want to put asterisk beside total cost , like "Total Cost *" and i want the asterisk to be in blue colour . If you have any solution for this then pls let me know .

0024 Nov 2021Copy comment link
2020-06-23 15-22-16Miguel SousaRank: #1157Replying to Shivangi Thakur's comment on 24 Nov 2021 11:46:07

You could add a text inside an if (to show or hide the text) next to the expression with the class "text-blue".

table_blue.png0024 Nov 2021Copy comment link
2019-03-12 12-28-20Shivangi ThakurRank: #1013

Thanks Miguel ,

It worked .. :)

1024 Nov 2021Copy comment link
Log in to AnswerLog in to AnswerLog in to Follow Loading...

Từ khóa » Html Bold Line In Table