Vendor Management

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 ano atrás
how to show attribute or attribute value at the beginning in vender list column.
what changes we need to do in data tables to show the attribute value
suppose I have budget attribute i need to show the budget in the list at the beginning in the data tables columns.
1 ano atrás
The Vendor Name is read from the Vendor record and populated in the VendorModel
and displayed as VendorModel.Name in the data table

You can read the value from the Vendor Attribute and
either
add another field to the VendorModel
or append/prepend the value to an existing field

Populating the field in PrepareVendorListModel(VendorSearchModel searchModel);
in Areas\Admin\Factories\VendorModelFactory.cs

Then adjust Areas\Admin\Views\Vendor\List.cshtml to display the value
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.