All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.raquo.laminar.example.components.Table.scala Maven / Gradle / Ivy

The newest version!
package com.raquo.laminar.example.components

import com.raquo.laminar.api.L._
import com.raquo.laminar.nodes.ReactiveNode

object Table {
  def apply(): ReactiveNode = {
    table(
      tr(td(colSpan := 2, "a"), td("b")),
      tr(td("1"), td("2"), td("3"))
    )
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy