Blog

  • October 22, 2025
  • admin

Test Post

: (props, col) => { const colName = col.colDefs?.name; if (colName === “vendor” || colName === “purchaser”) { const rawValue = (props.value as string) || “”; const vendors = rawValue.split(“,”).map(v