Defining a max-height and max-width to all cells in table.
Defining a max-height and max-width to all cells in table.
Hi All,
I want to define the maximum width and height for all cells. At present, I'm using with ColReorderWithResize in the Datatable. The problem comes when a larger string comes in one of the column, Datatable expands the cell height or width automatically and that changes the layout.
I want that string to use the ' overflow : hidden ' like property in order to make the string display go behind the next column OR achieve something like http://jsfiddle.net/gtRnn/ ..
Whenever the column is resized then the data in the cell should show up OR wrapped up with trailing '..'.
How can I do this with ColReorderWithResize?
Any help is appreciated !
Regards
I want to define the maximum width and height for all cells. At present, I'm using with ColReorderWithResize in the Datatable. The problem comes when a larger string comes in one of the column, Datatable expands the cell height or width automatically and that changes the layout.
I want that string to use the ' overflow : hidden ' like property in order to make the string display go behind the next column OR achieve something like http://jsfiddle.net/gtRnn/ ..
Whenever the column is resized then the data in the cell should show up OR wrapped up with trailing '..'.
How can I do this with ColReorderWithResize?
Any help is appreciated !
Regards
This discussion has been closed.