表格列不应与垂直滚动条上的表格主体一起移动

时间:2022-12-05 22:31:40
  1. I am using table tag in jsp.
  2. 我在jsp中使用表标记。

  3. I applied horizontal scroll bar and vertical scroll bar to that table.
  4. 我将水平滚动条和垂直滚动条应用于该表。

  5. When I scroll vartical scroll bar at bottom at that time column name also goes up along with table body.
  6. 当我在底部滚动vartical滚动条时,列名也随表体一起上升。

  7. But I dont want like this, when I scroll bottom using vertical scroll bar table columns should not move with table body. It should be fixed on that position only.
  8. 但是我不想这样,当我使用垂直滚动条表滚动底部列表时,不应该与表体一起移动。它应该仅固定在该位置。

1 个解决方案

#1


0  

This is the time you need to think about using plugins like jQgrid, table fixed header, DataTable. These are requires jQuery plugin.

这是您需要考虑使用jQgrid,表固定标头,DataTable等插件的时间。这些都需要jQuery插件。

The Reasons are,

原因是,

  1. the horizontal, vertical scolling management
  2. 横向,垂直的scolling管理

  3. a pager
  4. sortable columns
  5. resizable columns
  6. full compatibility with jQuery UI
  7. 与jQuery UI完全兼容

Or you can use Display Tags. Hope it helps.

或者您可以使用显示标签。希望能帮助到你。

#1


0  

This is the time you need to think about using plugins like jQgrid, table fixed header, DataTable. These are requires jQuery plugin.

这是您需要考虑使用jQgrid,表固定标头,DataTable等插件的时间。这些都需要jQuery插件。

The Reasons are,

原因是,

  1. the horizontal, vertical scolling management
  2. 横向,垂直的scolling管理

  3. a pager
  4. sortable columns
  5. resizable columns
  6. full compatibility with jQuery UI
  7. 与jQuery UI完全兼容

Or you can use Display Tags. Hope it helps.

或者您可以使用显示标签。希望能帮助到你。