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
there are like 3 different naming styles in here: TABLE., TABLES. and TABLE_
could those be streamlined and reordered to the following? Because that would be a) better grouping and b) allow for a more streamlined approach when using them programmatically
given that table was just introduced as a new function I wonder if this could just be made an optional keyword argument streamline=true which at some point after a depreciation could just change the default value.
there are like 3 different naming styles in here:
TABLE.
,TABLES.
andTABLE_
could those be streamlined and reordered to the following? Because that would be a) better grouping and b) allow for a more streamlined approach when using them programmatically
Edit: One could even consider to switch the order of
props
androw/col
which would make the structure even cleaner ->The text was updated successfully, but these errors were encountered: