class Table {
constructor(table_element) {
this.table_element = table_element
this.data = []
}
Powered by TurnKey Linux.