Hi
has anyone implemented fluid width tables for their mxkollection lists?
fluid width tables
Re: fluid width tables
Not so sure if it will actually work because apart from defining the actual width of a cell
you also define the actual number of characters to be displayed
I suppose you can used % in the style sheet in stead of px to define the width but you will still have a problem with the number of characters.
Code: Select all
<style type="text/css">
/* NeXTensio3 List row settings */
.KT_col_id {width:21px; overflow:hidden;}
.KT_col_access_name {width:140px; overflow:hidden;}
.KT_col_available_op {width:35px; overflow:hidden;}
.KT_col_number_of_users {width:35px; overflow:hidden;}
</style>
Code: Select all
<?php echo KT_FormatForList($row_rsmember_type_and_access1['access_name'], 20); ?>