We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ddbb7 commit 01b6824Copy full SHA for 01b6824
tests/Unit/Views/ColumnTest.php
@@ -114,4 +114,10 @@ public function test_cannot_collapse_on_tablet_and_mobile(): void
114
115
$contents = $column->renderContents($rows->first());
116
}
117
+
118
+ public function test_custom_sorting_pills_label_defaults_correctly(): void
119
+ {
120
+ $column = Column::make('Name', 'name');
121
+ $this->assertSame('Name', $column->getTitle());
122
+ }
123
0 commit comments