I have about 10 Columns I would like the user to be able to scroll to see them all but with the first column always visible so they can see what the data relates to. Is this possible?
Thanks,
Rob
Thank you,
Monika
]]>If not possible with this version, is it big deal to implement this with any future updates ?
]]>Do you have an idea?
Thanks
Martin
I am using the theme OceanWP and Elementor to build an online resume (similar to image in link).
I would like to create a static bar on the left with basic information (same as blue section in linked image) and having the central section (white section in linked image) scrollable.
Does anyone know how to do this? Thanks in advance for your help!!
Best,
Julie
Any help is appreciated.
]]>is this possible to fix the first column? I have try something like this:
tr td:first-child, tr th:first-child {
position:absolute;
width:200px;
left:0;
top:auto;
background:#F8F8F8;
z-index:1;
}
.stacktable.large-only {
margin-left: 11.5em;
}
but it’s not work correctly. Can anyone help me?
]]>thank you for your great software. I have rated it five stars! First of all, sorry for my noob question. After I tried to figure this out for almost two hours with no luck. Out of desperation I′m now contacting you. I′m having trouble changing the shortcode of my table.
All I want to do is to have a fixed column (left). Therefore I have installed the fixed Column extension. Then I found out I have to change the shortcode also. I then installed the shortcode extension and activated it. In the instructions it asks me to “change the code in the PHP file to the desired Shortcode”.
This is the code in the shortcode-extension′s PhP file:
<?php
/*
Plugin Name: TablePress Extension: Change Table Shortcode
Plugin URI: https://tablepress.org/extensions/table-shortcode/
Description: Custom Extension for TablePress to change the [table /] Shortcode
Version: 1.0
Author: Tobias B?thge
Author URI: https://tobias.baethge.com/
*/
add_filter( ‘tablepress_table_shortcode’, ‘tablepress_change_table_shortcode’ );
function tablepress_change_table_shortcode( $shortcode ) {
return ‘list’;
}
Where do I have to change it so that my [table id=2 /] is changed to [table id=2 datatables_fixedcolumns=”left” /]? I simply don′t get it.
Thank you very, very much for helping me out on this one! I really appreciate it.
Best regards
https://www.ads-software.com/plugins/tablepress/
]]>