Need a special offer?Find out if your project fits.
+

Call pivot table from my project menu

Answered
Cristian Marques Santos asked on June 13, 2021

in my project i have a menu to call the pivot table
<div class="col-xs-4"><a href="http://localhost:8080/#/pivot-table-demo" class="connection-item"><img src="img/pivot_table.svg" alt="Pivot"><span>PivotTable</span></a></div>
 
how do I make this work when
for this I need to run the command
npm run serve
 
there must be another way to make this call from the menu, right?

1 answer

Public
Vera Didenko Vera Didenko Flexmonster June 14, 2021

Hello, Cristian,
 
Thank you for writing to us.
 
Regarding loading the Pivot component from your project's menu:
As far as we know, you integrated Flexmonster into your Vue application.
In Vue, a router is used for providing Vue components via links. In the same way, Vue Router is used to load Flexmonster from the project's menu in our sample Vue project on GitHub.
You are welcome to run our sample Vue project to see how it works.
For further guidance on configuring navigation in your Vue project, please refer to the official Vue Router documentation: https://router.vuejs.org/guide/#getting-started
 
Please let us know if this helps.
 
Kind regards,
Vera

Please login or Register to Submit Answer