Gunnar Bittersmann: Tabellen zum ausfüllen (z.B. eine art Exeltabelle) in Html

Beitrag lesen

Tim,

Formular kenn ich, ich brauche ein richtige ausfüllbare tabelle,

Wo ist das Problem?

<form …>
  <table>
    <tr>
      <th>foo</th>
      <td><input …/></td>
    </tr>
    <tr>
      <th>bar</th>
      <td><input …/></td>
    </tr>
  </table>
</form>

mit scrollbalken, am besten noch...

Die erzeugt der Browser bei Bedarf.

Gunnar

--
„Solang wir noch tanzen können
und richtig echte Tränen flennen,
ist noch alles offen,
ist noch alles drin.“
(Gundermann)