Puoi dichiarare la larghezza della tabella al 100% tramite css:
codice:
table {
  width: 100%;
}