Home  >  Article  >  Web Front-end  >  If you make a Table with fixed row and column headers, bootstrap_html/css_WEB-ITnose

If you make a Table with fixed row and column headers, bootstrap_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:39:381174browse

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 b4d429308760b6c2d20d6300079ed38e are required to be fixed. , and the value in b6c5a531a458a2e790c1fd6421739d1c needs to be changed.

I would like to ask if there is any way to do it. It is best to use bootstrap. Thank you

<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>


Reply to the discussion ( Solution)

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn