fluid width tables
Posted: 2012-11-28 21:55
Hi
has anyone implemented fluid width tables for their mxkollection lists?
has anyone implemented fluid width tables for their mxkollection lists?
Community Forums
https://www.interaktonline.info/forum/
https://www.interaktonline.info/forum/viewtopic.php?f=59&t=287
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); ?>