1
Magento 2 Hiển thị thuộc tính khách hàng ở dạng ui_component
Tôi đã tạo ui_component biểu mẫu . Nơi tôi cần hiển thị chi tiết khách hàng, Giống như Chỉnh sửa khách hàng . Nhưng, tôi có thể hiển thị dữ liệu của họ từ customer_entitybảng. DataProvider.php public function getData() { if (isset($this->loadedData)) { return $this->loadedData; } // {Vendor}\{Module}\Model\GridFactory // Returns …