ResponsiveType

enum ResponsiveType : Enum<ResponsiveType>

HTML table responsive types.

Entries

RESPONSIVEXXL
Link copied to clipboard
RESPONSIVEXXL("table-responsive-xxl")
RESPONSIVEXL
Link copied to clipboard
RESPONSIVEXL("table-responsive-xl")
RESPONSIVELG
Link copied to clipboard
RESPONSIVELG("table-responsive-lg")
RESPONSIVEMD
Link copied to clipboard
RESPONSIVEMD("table-responsive-md")
RESPONSIVESM
Link copied to clipboard
RESPONSIVESM("table-responsive-sm")
RESPONSIVE
Link copied to clipboard
RESPONSIVE("table-responsive")

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
type
Link copied to clipboard
val type: String