Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 10, 2021. It is now read-only.
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Show images in the table #62

Open
Open
Labels
@ericksongmr

Description

@ericksongmr

Hello again, I'm trying to show an image in one of the columns without success, I'm doing it this way:

{                        name: 'Photo',                        key: 'photo',                        render(value) {                            return `<img src="/storage/uploads/userProduct/18-02-20-10-33-35_photo.png" />`;                        }                    },

And try also as the documentation shows but it does not work either:

{    ...,    columns: [        {            name: 'Name',            key: 'key',            render (value, row) {                return <strong>{value}</strong>            }        }    ]}

Would you be so kind to help me show the images on the table, how should I do it?

Regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp