object Table extends Object
- Annotations
- @native() @JSImport( "table" , JSImport.Namespace )
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Table
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def getBorderCharacters(templateName: String): Dictionary[String]
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def table(data: Array[_ <: Array[_]], options: TableOptions): String
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object