,
displayName,
@@ -1318,8 +1318,7 @@ const IsicHsCodes = () => {
columnWidths={[
'140px', // HS Code
'250px', // Product Name
- '200px', // Description
- '140px', // Unit
+ '140px', // Unit
'170px', // Establishment Mapped
'150px', // Created By
'130px', // Last Updated
@@ -1327,15 +1326,16 @@ const IsicHsCodes = () => {
]}
className="w-full"
renderCell={(value, rowIndex, colIndex) => {
- // Handle product name and description columns with text wrapping
- if (colIndex === 1 || colIndex === 2) {
+ // Handle product name column with text wrapping
+ if (colIndex === 1) {
return (
{value}
);
}
- if (colIndex === 5 || colIndex === 6) {
+ // Handle the last two columns (Created By and Last Updated)
+ if (colIndex === 4 || colIndex === 5) {
return (