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
Hey! I have been exploring the package a bit and couldn't help but notice that naming on modify_col_def is out of place. What do you think about changing it to set_column_options, update_column_option, or update_column_definition?
Additionally, is there any particular reason why it takes a col_update list over ellipsis (...)? Perhaps it could support both?
The text was updated successfully, but these errors were encountered:
@TymekDev Your are absolutely right. The modify_col_def function was made public by accident in the latest dev version.
In the next release there will be a set_column function that allows to set formatters and editors for multiple columns at once. Seel also the PR #59. The ... will then also be supported.
Hey! I have been exploring the package a bit and couldn't help but notice that naming on
modify_col_def
is out of place. What do you think about changing it toset_column_options
,update_column_option
, orupdate_column_definition
?Additionally, is there any particular reason why it takes a
col_update
list over ellipsis (...
)? Perhaps it could support both?The text was updated successfully, but these errors were encountered: