PlatformSpecific

io.github.quafadas.scautable.PlatformSpecific

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object scautable.type

Members list

Value members

Concrete methods

def desktopShow[A <: Product](a: Seq[A])(using tableDeriveInstance: HtmlTableRender[A]): Path

Attempts to open a browser window, and display this Seq of Product as a table.

Attempts to open a browser window, and display this Seq of Product as a table.

Value parameters

a
  • seq of case classes
tableDeriveInstance
  • summon a HtmlTableRender instance for the case class

Attributes