我有一个表,我希望在表头和正文之间有一个输入行 - 目前,现有代码通过使“表头”成为不与实际表内容绑定的单独 div 来实现它。
有没有办法使用 CSS(如果需要,可能使用 javascript)在表格的标题和内容之间插入一个 div?
╔══════════════════════════════════╦═════════╦════════╗
║ Col1 ║ Col2 ║ Col3 ║ <- thead
╠══════════════════════════════════╬═════════╬════════╣
║ <Inserted DIV content> ║
║ Value 1 ║ Value 2 ║ Value3 ║ <- first tbody tr
╚══════════════════════════════════╩═════════╩════════╝