reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Add Links to Data Table

Open epnoon opened this issue 2 years ago β€’ 1 comments

Is there a way to render links in a Datatable?

Thanks!

epnoon avatar Mar 14 '23 15:03 epnoon

Right now there is not but we plan on making the datable better. I would use pc.table right now if you need to embed custom links, or components in your table.

Alek99 avatar Mar 14 '23 17:03 Alek99

For cases of custom components, you should use the base rx.table. The data_table is a bit hard to customize and is meant mostly for read only simple data.

picklelo avatar Jun 03 '24 02:06 picklelo