I have a component that create dynamically html table. According to my need, I need to show td tags line by line as a block element not like column. How to do that by using
Try this:
td{ display: table-row }