Vuetable-2: Is there a way to load detail row component on the fly and not register it globally

Created on 7 Nov 2018  路  5Comments  路  Source: ratiw/vuetable-2

I think using Vue.component and register detail component globally is not a very good practice. I mean it's not a big issue, but becomes when you have several tables in SPA application, meaningn I need to load all detail rows globally.

Is there work around for this?

Most helpful comment

See here at line 82.

All 5 comments

If you use v.2.0, you won't have to. See here at line 82.

@ratiw Unfortunately the link above returns empty result. Nothing renders...

UPDATE: I checked the code. Very cool, thanks for the tip.

See here at line 82.

Local registration is working but with error in the console as mentioned above. Please fix. Thanks!

So its not a real warning but a bug? I'm having this too but everything works fine.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jdriesen picture jdriesen  路  4Comments

ericksongmr picture ericksongmr  路  5Comments

flyingcoder picture flyingcoder  路  3Comments

Geowan picture Geowan  路  3Comments

chrislandeza picture chrislandeza  路  3Comments