microsoft / PowerBI-visuals-TableSorter

Table Sorter custom visual for PowerBI
MIT License
27 stars 19 forks source link

How could I use this in developer visual mode? Thank you #26

Closed caitakan closed 7 years ago

caitakan commented 7 years ago

Tried to use this in developer visual mode but it doesnt work

caitakan commented 7 years ago

I use 'pbiviz start' but it doesn't work

darthtrevino commented 7 years ago

These visuals have been built outside of the pbiviz-cli ecosystem, so they don't have a developer mode built in. There should be an npm run build task that will bundle the visual up for you, and then you can use your browser's debugging facilities to play with the internals. You'll need to generate a fresh build whenever you update though.

stopyoukid commented 7 years ago

The command to build has been changed to npm test, the README hasn't been updated since we are in the process of transitioning to a new build system.