reworked localization of collapsed column headings by modifying internal tabulator logic with custom module

This commit is contained in:
adisposkofh
2026-05-26 14:25:22 +02:00
parent 3483146c1a
commit aeebc2a81a
8 changed files with 70 additions and 50 deletions
@@ -13,10 +13,11 @@ export default class InternalToExternalEventBroadcastModule extends Module {
super(table);
this.eventsToBroadcast = [
{
internal: "layout-refreshed",
external: null,
},
// example event
// {
// internal: "layout-refreshed",
// external: null,
// },
];
}