- I am using table tag in jsp.
- I applied horizontal scroll bar and vertical scroll bar to that table.
- When I scroll vartical scroll bar at bottom at that time column name also goes up along with table body.
- 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.
我在jsp中使用表标记。
我将水平滚动条和垂直滚动条应用于该表。
当我在底部滚动vartical滚动条时,列名也随表体一起上升。
但是我不想这样,当我使用垂直滚动条表滚动底部列表时,不应该与表体一起移动。它应该仅固定在该位置。
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,
原因是,
- the horizontal, vertical scolling management
- a pager
- sortable columns
- resizable columns
- full compatibility with jQuery UI
横向,垂直的scolling管理
与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,
原因是,
- the horizontal, vertical scolling management
- a pager
- sortable columns
- resizable columns
- full compatibility with jQuery UI
横向,垂直的scolling管理
与jQuery UI完全兼容
Or you can use Display Tags. Hope it helps.
或者您可以使用显示标签。希望能帮助到你。