Display data in Data grid or table display without editable

Dear all,
I add Data Grid or even Table to the screen but don’t want user to edit any data in that display. Is it possible to disable it?
I tried to use Fields also. But it didn’t work for filtered data.

What “edit” function are you mentioning here? Is it the edit screen, or the ability to edit right in the cell for Data Grid?

In both of those cases, they can be disabled.

Data grid
A mini “Data editor” inside the frontend of your application that allows the users to edit the data by writing inside cells of the mini data editor directly. Other actions are possible (title, collection item), but the ability of editing inside a cell directly is the main feature of the data grid.

Table collection
Display a collection like any other collection (card, list) but it so happens the data is presented in table format. You can then do the usual actions. And it so happens that the table component has a ton of neat configuration possbilities at the column level (and the data grid shares some of these).

Though the two collections look similar, the use cases are different.

2 Likes