MCPcopy Index your code
hub / github.com/fastapi-admin/fastapi-admin / column_attributes

Method column_attributes

fastapi_admin/resources.py:103–104  ·  view source on GitHub ↗
(self, request: Request, field: Field)

Source from the content-addressed store, hash-verified

101 return {}
102
103 async def column_attributes(self, request: Request, field: Field) -> dict:
104 return {}
105
106 async def cell_attributes(self, request: Request, obj: dict, field: Field) -> dict:
107 return {}

Callers 1

render_valuesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected