Closed FrankFang0813 closed 4 months ago
Hi, I have a Error Message, I have no idea. I use ii.Field(editable=False), then got this error. But ii.Field(editable=True) is OK
ii.Field(editable=False)
ii.Field(editable=True)
This is my code:
columns__miti_price_1=dict( after=11, render_column=True, display_name="Price", group="AAAA", field=ii.Field(required=False), )
Thank You
You forgot to post the error
Please reopen with the error message if you have the problem still.
Hi, I have a Error Message, I have no idea. I use
ii.Field(editable=False)
, then got this error. Butii.Field(editable=True)
is OKThis is my code:
Thank You