Skip to content

Conversation

@samialfattani
Copy link
Contributor

This PR Fixes #2653. After I read the whole discussion, I think the solution is easier than I thought! simply I have just created a new function get_unformatted_value that supposed to read the actual value without any format and then feed this value to the XEditableWidget.

i have created a dedicated test that having both column_editable_list and column_formatter for the same field and it seems works fine.

I have modified the example examples/sqla to include all datatypes in column_editable_list

- Now the end user can use editable column independently from column_formatter.
- Without this PR, the editable text field container the formatted value NOT the actual one.
@samialfattani samialfattani marked this pull request as ready for review January 28, 2026 19:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

[feature] Model Listing Page: column shouldn't be editable if column_formatters

1 participant