@Masya wrote:
Hi!
I need to add percent symbol in one row of datatable.
How can i add тАШformatтАЩ: FormatTemplate.percentage(1) in the next codestyle_data_conditional=[ { 'if': { 'row_index': 3, 'column_id': i, 'filter_query': '{' + str(i) + '} > 100' }, 'backgroundColor': '#99EE6B' } for i in col_list ] + [ { 'if': { 'row_index': 3, 'column_id': i, 'filter_query': '{' + str(i) + '} < 100', }, 'backgroundColor': '#FF7373', } for i in col_list ]
Posts: 5
Participants: 2