wenzhixin / bootstrap-table-examples

Bootstrap table examples
https://examples.bootstrap-table.com/
MIT License
2.24k stars 1.62k forks source link

sticky header stuck when scroll horizontally #304

Closed shenghuadun closed 4 years ago

shenghuadun commented 6 years ago

Hello, on a nerrow screen (like cell phone or dev mode Chrome), I found the sticky header stuck when scroll horizontally,and in the functionmatch_position_x ( in bootstrap-table-sticky-header.js) the value of $('#'+table_header_id).position().left always return 0, use table.position().left works, but might not be the best solution, will you please check it out?

wenzhixin commented 4 years ago

Fixed in the latest version: https://examples.bootstrap-table.com/#extensions/sticky-header.html.