wenzhixin/bootstrap-table

Column width not working when table has Y scroll

Thang1PV opened this issue · 1 comments

Bootstraptable version(s) affected

1.23.0

Description

I configure data-width="900", it's working until table has Y scroll.

Example(s)

https://live.bootstrap-table.com/code/Thang1PV/17924

Possible Solutions

No response

Additional Context

No response

This is the expected behavior, as the table has to less space.
Please check the documentation of the width option.

Though if the table is left responsive and sized too small, this 'width' might be ignored (use min/max-width via class or such then)