试图找出 "table-reflow" 在 Bootstrap 中的实际作用?

Trying to figure out what "table-reflow" actually does in Bootstrap?

http://v4-alpha.getbootstrap.com/content/tables/(页面底部的最后一个例子)

示例中没有描述,我很难弄清楚这实际上对 table 做了什么!

您还可以使用 Bootstrap 4 重排 table 的内容。

请参阅以下示例,header 单元格现在如何全部位于左列中,而不是沿着顶行(如上例所示)。两个示例都使用相同的 table 标记。唯一的区别是 .table-reflow class 已添加到第二个示例中。

要进行 table 回流,请将 Bootstrap 的 .table-reflow class 添加到 .table class.

http://www.quackit.com/bootstrap/bootstrap_4/tutorial/bootstrap_tables.cfm

此功能已从 Bootstrap 4 Alpha 6 中删除,不确定是否会再次实现。