refactor: livewire tables

This commit is contained in:
Yoga Pangestu 2025-11-15 19:44:36 +07:00
parent eadf927e57
commit 4aab91d4ec

View File

@ -18,12 +18,12 @@
/** /**
* Enable or Disable automatic injection of core assets * Enable or Disable automatic injection of core assets
*/ */
'inject_core_assets_enabled' => false, 'inject_core_assets_enabled' => true,
/** /**
* Enable or Disable automatic injection of third-party assets * Enable or Disable automatic injection of third-party assets
*/ */
'inject_third_party_assets_enabled' => false, 'inject_third_party_assets_enabled' => true,
/** /**
* Enable Blade Directives (Not required if automatically injecting or using bundler approaches) * Enable Blade Directives (Not required if automatically injecting or using bundler approaches)