mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 16:32:20 +00:00
reworked localization of collapsed column headings by modifying internal tabulator logic with custom module
This commit is contained in:
@@ -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,
|
||||
// },
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user