I want to make a table,
This table has fixed rows and columns, which can be dragged using Huabiao.
For example, the following is a table with 6 rows and 5 columns. If there is a partial window with 3 rows and 3 columns, when dragging the mark, the items in
<table><tr><th>固定的</th><th>固定的</th><th>固定的</th><th>固定的</th><th>固定的</th></tr><tr><th>固定的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td></tr><tr><th>固定的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td></tr><tr><th>固定的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td></tr><tr><th>固定的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td></tr><tr><th>固定的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td><td>滑动的</td></tr></table>
http://shangqing.wswj.net/InfoQuery2/I02.aspx
Just click Query and look at the source code of the displayed page. What you want should be this effect
Please tell me how to solve the problem of column freezing in the end