python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
adding custom Columns to Angular Material Exporter
I have a question about the Angular material exporter.
Is it possible to expand table columns for export or show hidden columns in excel export?
I have a column memory usage. it looks something like &...
Sinio
Votes: 0
Answers: 0
Passing a promise in a Custom Event detail
I'm trying to pass a promise object via a Custom Event's detail property.
The custom event is passed between two scripts which are not sharing the same global context - one is an extension's content s...
amiregelz
Votes: 0
Answers: 1
Angular FullCalendar add Button with method to Event
Context: Fullcalendar v5 - Angular 13
I need to include in each event a dynamic button to perform a method (myfunction) which is placed in the typescript file.
In the calendarOptions I can work on the...
Nicola
Votes: 0
Answers: 1
How to dispatch Javascript custom events from a custom object
I have 2 scripts (Extremely simplified examples below) - The first controls the display of a specified nav menu on a page and it us used in several places for different kinds of menus.
const NavMenu =...
Daveh0
Votes: 0
Answers: 1