Open markplus opened 3 days ago
Use add column then set it as rawColumns:
->addColumn('barcode', fn(Product $product) => DNS2D::getBarcodeHTML($product['product_code'], 'QRCODE'));
->rawColumns(['barcode'])
Use add column then set it as rawColumns:
->addColumn('barcode', fn(Product $product) => DNS2D::getBarcodeHTML($product['product_code'], 'QRCODE')); ->rawColumns(['barcode'])
Thank you very much for the answer, if I wanted a print button only for the generated barcode is it possible to do it? I should print the barcode with a dymo
Summary of problem or feature request
I would like to add a barcode with the data of the table row, but I am in difficulty because I have never done with laravel yajra datatable html serverside. Any ideas, can anyone give me some advice on how to integrate a barcode in the table
Code snippet of problem
System details