Trying to extend component (k-table) in multiple plugins

Hi there,

i am wondering if it is possible to extend a component in multiple plugins. The idea is that each plugin adds it’s specific additional style to the table (e.g. a border when pages with specific templates are being shown).

Right now it seems that plugin_a overwrites plugin_b so the last plugin (according to it’s natural name sort) finally extends k-table.

Is that intended? If yes what is the kirby way to approach such kind of modularization?

Thanks and best,

Thomas E.-E.

any idea @texnixe ?