You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allowMinMaxQuery: true,// use better experience for filtering e.g. date range, set it only if you have index on this column or if there will be low number of rows
193
192
editingNote: "Price is in USD",// you can appear note on editing or creating page
194
-
// editReadonly: true, // you can set field to be readonly on edit page
195
-
type: AdminForthDataTypes.DECIMAL,
193
+
editReadonly: true,// you can set field to be readonly on edit page
196
194
197
195
},
198
196
{
@@ -300,32 +298,21 @@ export default {
300
298
preview: {
301
299
// Used to display preview (if it is image) in list and show views
0 commit comments