ng2-table
ng2-table copied to clipboard
Column width
The width of the column is resizable. can we stop resizing of width? @NABEEL-AHMED-JAMIL any idea?
ng2-table set default width of the column. their are no option to resize the column using the mouse. it set the default width when table column loud in config method and one think @priyakokas tell me which table you used. See this like below Check is width resizing or not than Replay me must. http://valor-software.com/ng2-table/ and this link may help you https://www.primefaces.org/primeng/#/datatable
I am using http://valor-software.com/ng2-table/ @NABEEL-AHMED-JAMIL. Width of column from this table resize automatically as the size of the content is big. I want to have a static width no matter how big the content is. I want to give different width for different column.
yes this is the right Question. Well try to used the css in side the
- className (string|Array
) - additional CSS classes that should be added to a column header - http://jsfiddle.net/itamark/uAKNx/ (like this may be it help you).
On Thu, Jun 1, 2017 at 12:04 PM, Priya Kokas [email protected] wrote:
I am using http://valor-software.com/ng2-table/ @NABEEL-AHMED-JAMIL https://github.com/nabeel-ahmed-jamil. Width of column from this table resize automatically as the size of the content is big. I want to have a static width no matter how big the content is.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/valor-software/ng2-table/issues/555#issuecomment-305407227, or mute the thread https://github.com/notifications/unsubscribe-auth/AXElRcySG1Y4qsENYPWXr4kqnVdMXb-Bks5r_mJrgaJpZM4NrmqX .
can you share the screen shot of the table. if you don't mind on Skype not here(+923153817177) may be I help you more.
On Thu, Jun 1, 2017 at 3:02 PM, Nabeel Ahmed [email protected] wrote:
yes this is the right Question. Well try to used the css in side the
- className (string|Array
) - additional CSS classes that should be added to a column header - http://jsfiddle.net/itamark/uAKNx/ (like this may be it help you).
On Thu, Jun 1, 2017 at 12:04 PM, Priya Kokas [email protected] wrote:
I am using http://valor-software.com/ng2-table/ @NABEEL-AHMED-JAMIL https://github.com/nabeel-ahmed-jamil. Width of column from this table resize automatically as the size of the content is big. I want to have a static width no matter how big the content is.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/valor-software/ng2-table/issues/555#issuecomment-305407227, or mute the thread https://github.com/notifications/unsubscribe-auth/AXElRcySG1Y4qsENYPWXr4kqnVdMXb-Bks5r_mJrgaJpZM4NrmqX .
Hello Nabeel,
I am already extending the table component. So I wonder if the column width can be increased through column-config ?
Thanks, Shoeb