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