search

Home  >  Q&A  >  body text

javascript - 前端怎么展示这种类型的数据?

我的毕业设计是做一个教务管理系统网站,但是卡在了课表展示这里了。

这是我的数据库字段设计,我主要是不知道前端怎么展示出来。
比如编译技术这门课是周二第3到5节上课,然后在这个表格里面第3到5节里面就会显示编译技术这门课,但是一般表格是tr显示一行,我就不知道怎么把这个显示到纵向三行(3到5节)了。。

伊谢尔伦伊谢尔伦2765 days ago767

reply all(3)I'll reply

  • 習慣沉默

    習慣沉默2017-05-02 09:27:56

    time里面每一节课程的 end - start计算出具体 rowspan的值设置在tableJust the corresponding course

    The function of

    rowspan is to set the number of rows occupied by an element

    reply
    0
  • 仅有的幸福

    仅有的幸福2017-05-02 09:27:56

    Find a plugin to merge the same consecutive rows of columns

    reply
    0
  • 世界只因有你

    世界只因有你2017-05-02 09:27:56

    Pay attention to learning the table tag, td has colspan and rowspan attributes, which can achieve the effect you mentioned

    reply
    0
  • Cancelreply