开发喵星球

若依前端table中如何显示图片(四十二)

图片预览 $.table.imageView

{
    field: 'avatar',
    title: '用户头像',
    formatter: function(value, row, index) {
        return $.table.imageView(value);
    }
}

如果上面这种方式不能满足你的需求,可以自定义图片的宽度和高度。

{
    field: 'carouselImg',
    title: '图片地址',
    formatter: function(value, row, index) {
        return '<img width="200" height="100" src="' + value + '"/>'
    }
}
   
分类:Java/OOP 作者:无限繁荣, 吴蓉 发表于:2023-11-14 11:27:53 阅读量:198
<<   >>


powered by kaifamiao