You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all the items i pass in the div are showing up in one line
export const mobilecolumns: ColumnDef[] = [
{
accessorKey: "id",
header: "Products",
cell: ({ row }) => (
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
all the items i pass in the div are showing up in one line
export const mobilecolumns: ColumnDef[] = [
{
accessorKey: "id",
header: "Products",
cell: ({ row }) => (
{row.original.category}
{row.original.color}
{row.original.price}
)
},
]
Beta Was this translation helpful? Give feedback.
All reactions