diff --git a/config/livewire-tables.php b/config/livewire-tables.php
index c99a75aef..4cc3dccab 100644
--- a/config/livewire-tables.php
+++ b/config/livewire-tables.php
@@ -88,6 +88,7 @@
'minRange' => 0, // The minimum possible value
'maxRange' => 100, // The maximum possible value
'suffix' => '', // A suffix to append to the values when displayed
+ 'prefix' => '', // A prefix to prepend to the values when displayed
],
],
/**
@@ -106,7 +107,7 @@
],
/**
- * Configuration options for MultiSelectFilter
+ * Configuration options for MultiSelectDropdownFilter
*/
'multiSelectDropdownFilter' => [
'defaultOptions' => [],
diff --git a/resources/views/components/table/th.blade.php b/resources/views/components/table/th.blade.php
index ee6333ee6..184f71cd0 100644
--- a/resources/views/components/table/th.blade.php
+++ b/resources/views/components/table/th.blade.php
@@ -70,11 +70,11 @@ class="d-flex align-items-center"
@if ($direction === 'asc')
-