Html > table > tr > td can exceed omission in a variety of cases.

html > table > tr > td can exceed omission
there are seven td, in one line can I set three td to be omitted in more than one line and two td in more than two lines to display ellipsis?
I have now set one display ellipsis beyond one line, two displays with more than two lines, and there is no problem with the display.
but if I set a display ellipsis beyond one line, the page will change. Why?

clipboard.png
teacher, is more than one line display ellipsis, course name and exception reason is more than two lines display ellipsis.
now I also want to set the class hours and status beyond the one-line display, what can I do? You can avoid page changes.

Apr.03,2021

you can try using max-width, and text-overflow

multiple lines exceed ellipsis. If it is difficult to use css if you want browser compatibility, you can use js to intercept the number of characters.

Menu