Johan Andersson
Johan Andersson
Fixes bad links when using a reverse proxy and a sub-directory like this Apache config: ProxyPreserveHost On ProxyPass /kibana/ http://localhost:5601/ ProxyPassReverse /kibana/ http://localhost:5601/ Links to events are currently pointing to...
When using our popover and menu components, the click from the user is killed when the component is open. So for example, if a filter popover is open in the...
Work for upgrading limel-table component to use tabulator 5.x where a lot of things in the API have been changed. Upgrade guide: http://tabulator.info/docs/5.0/upgrade Identified tasks: - [x] callbacks moved to...
#1522 tell tabulator to check the row height when the custom component have rendered. Note: this is just a draft because it seems to interfere with Tabulator's vertical VDom when...
## New feature motivation When customizing the z-index of components such as the limel-dialog, showing a snackbar can place it beneath the dialog. To make the feature set consistent, the...
Allowing people to modify the MDC properties directly would remove a bit of the purpose with the component encapsulation, but sometimes you want to have more open interfaces that allows...