vchiapaikeo commented on PR #34862: URL: https://github.com/apache/airflow/pull/34862#issuecomment-1760648504
Ah yes, `VariableModelView` uses a custom FAB Model [list_template](https://flask-appbuilder.readthedocs.io/en/latest/templates.html#widgets) and injects additional styling there. We can do something similar to get column resizing in `PoolModelView`: <img width="1440" alt="image" src="https://github.com/apache/airflow/assets/9200263/fb21c729-b7fe-4a06-b6a8-c8d55246a22c"> However, to @uranusjr's point, we are still loading a potentially long value into memory. @uranusjr , when you say `do truncation when the rows are selected`, what do you think about adding a custom formatter and doing the slicing there? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
