You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ugurdar, the class name you have provided is not supported by fomanticUI. For your example, you can update the class name with "right aligned". To explore all features of fomanticUI tables you can check out https://fomantic-ui.com/collections/table.html
Also, we are progressing with some work about style and class arguments for semantic_DT in #409, after this work merges you will be able to use this 'dt-right' class without fomantic UI classes.
Hi,
I'm trying to right justify the text in the datatable, but I can't do it even though I define it in options.
I can use
formatStyle('column',` textAlign = 'center')
but it affects only column body and not the header.The text was updated successfully, but these errors were encountered: