-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
I'm currently doing some stuff, where a tables, generated by a library are sent to telegram, and I have quite long string in these tables, so the result looks ugly in telegram. Therefore it'd be nice to have some maxWidth parameter that will result in additional line-breaks in column values that will prevent the row width to be very wide (note that in this case the max-length should not be counted as a max column value length, but on this new parameter)
Steppschuh