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
At the moment style customization of the DataTable is limited to either column or row level. With the proposed feature, it would be possible to style specific cells based on the user's criteria.
Expected API (期望的 API)
I think it should be similar to the row-class-name for consistency: cell-class-name: string | (cellData: any) => string | object
The text was updated successfully, but these errors were encountered:
This issue does not have any recent activity. If you are still experiencing similar problems, open a new error, including a minimal copy of the problem
This function solves the problem (这个功能解决的问题)
At the moment style customization of the DataTable is limited to either column or row level. With the proposed feature, it would be possible to style specific cells based on the user's criteria.
Expected API (期望的 API)
I think it should be similar to the
row-class-name
for consistency:cell-class-name
:string | (cellData: any) => string | object
The text was updated successfully, but these errors were encountered: