• Jhon smit 10
  • NEWBIE
  • 10 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies
Hi,
I have a JSON sample data like given below:-
{
"data":[
       {"name":"abc","age":"29","city":"abc"},
       {"name":"abc","age":"29","city":"abc"},
       {"name":"abc","age":"29","city":"abc"},
       {"name":"abc","age":"29","city":"abc"}
      ]

}
I want to display it as html table.
Hii,
I have have demo lwc component named as DemoLwc
and i have create a new css file in that component called main.css.
But the problem is that it is not working.
can anyone help me how i will use my css file file in that component.