Skip to content

v1.27.3

Latest

Choose a tag to compare

@wenzhixin wenzhixin released this 23 Apr 23:57

Core

  • Update: Refactored showColumn/hideColumn to batch column toggles with single re-render.
  • Update: Fixed table layout breaking when sorting rows with rowspan.
  • Update: Fixed fixedColumns hover conflict with CSS transitions.
  • Update: Fixed support for async loading of bootstrapTable methods in Vue component.

Extensions

  • Update(reorder-columns): Fixed not restoring column order from cookies on init.
  • Update(group-by-v2): Documented that this extension does not support pagination.