PlutoExtras.jl icon indicating copy to clipboard operation
PlutoExtras.jl copied to clipboard

Add support for custom popup on BondsTable

Open disberd opened this issue 2 years ago • 0 comments

This PR adds support for custom popups on BondsTable rows.

It will fix #14

The idea is to also create a custom function similar to fielddata and fielddescription that can be used to add methods for specifying popups for the custom fields.

A default popup template will also be defined that is applied to all fields of the struct, so one must only modify the general template for the intended type if a general custom behavior is desired (not different per field)

disberd avatar Jul 10 '23 08:07 disberd