filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Not working well on angular project #391

Closed ahmedelhanony closed 2 years ago

ahmedelhanony commented 4 years ago

Can you explain how to implement in an angular project?

I added the files in the angular JSON file and the HTML in the component the files exist but not rendering the saw table.

"tablesaw": "^3.1.2" "styles": [ "./node_modules/tablesaw/dist/tablesaw.css", "src/styles.scss" ], "scripts": [ "./node_modules/tablesaw/dist/tablesaw.js", "./node_modules/tablesaw/dist/tablesaw-init.js" ]

`

Movie Title Rank Year Rating Gross
Avatar 1 2009 83% $2.7B
Titanic 2 1997 88% $2.1B
The Avengers 3 2012 92% $1.5B
Harry Potter and the Deathly Hallows—Part 2 4 2011 96% $1.3B
Frozen 5 2013 89% $1.2B
Iron Man 3 6 2013 78% $1.2B
Transformers: Dark of the Moon 7 2011 36% $1.1B
The Lord of the Rings: The Return of the King 8 2003 95% $1.1B
Skyfall 9 2012 92% $1.1B
Transformers: Age of Extinction 10 2014 18% $1.0B

`