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
You can use the display: block css property as shown in this fiddle
display: block