2

In the navbar like this:

<a class="nav-link" href="/users">Usuário< / a>

works correctly all properties from bootstrap-table, but reload the page

And when used routerLink from angular, like:

<a class="nav-link" routerLink="/users">Usuário</a>

the bootstrap-table properties do not work. need F5 to work

All css and js loaded by cdn on index.html

1 Answers1

0

In my case, it was that I have two bootstrap-tables with the same id. So I just changed the id in one table and it works perfectly.

ouflak
  • 2,458
  • 10
  • 44
  • 49