hi , all.

i have a table.

name | sex | age | job
li man 22 no job

i want change table column width by '|'.

but , i don't hope table width change , besides "name" and "job" column width no change.

e.g. "name" wdith 10 , "sex" width is 20 , "age" width is 20 , "job" width is 10 .

i change "sex" column width to add 10 , "sex" width is 30 , "age" width is 10 , other unchanged.

I hope your can understand them , This problem had disterbed me so long time.