Why does the alignment type in the table column not change?

Why does the alignment type in the table column not change?

izumovizumov Posts: 178Questions: 14Answers: 0

I need to set the alignment of the left text in a separate column, for example, 2-Model. I defined the class when the table was initiated


{className: "Model", targets: [2], I prescribe in css

CSS Highlight Code
one
2
3

.Model
{
text-align: Left;
}

But the alignment in the column does not change. Where do I make a mistake? How do I achieve what I want?

Replies

This discussion has been closed.