Link (URL) deprecated in DataGrid

Hi @technobie :wave:

You don’t have to recreate the whole table, only wrap the elements that no longer support links inside a container. This is related to our clean DOM release, on which you will find more information here: Release notes – Cleaner code, breaking changes, and right-click feature

"Before, you could add links on any element of your app, including inputs or a kanban for example. But this is not standard practice in web development.

Now, we will only handle links on certain elements, namely: sections, divs, containers, texts, icons, images, and buttons.

If, by any chance, you need to add a link to another type of element, say an input for example, you will need to wrap that element inside a div or container and set the link on the wrapper.

This is another step to help you follow web development best practices while building in the WeWeb editor."

1 Like