java - NatTable maximum column width -
we using nattable , executing initializeautoresizecolumnscommand on it. hence columns automatically resized based on contents.
actually our problem have data long, hence use mentioned initializeautoresizecolumnscommand static maximum column width setting.
i can't figure out how possible.
the way implement custom autoresizecolumncommandhandler , register instead of default one. , in implementation ensure max value. nattable api has no configurable option that.
Comments
Post a Comment