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

WBOY
Release: 2016-06-24 11:39:38
Original
1192 people have browsed it

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 are required to be fixed. , and the value in 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>
Copy after login


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

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template