Thanks a lot Tobias, I did what i wanted.. I tried earlier with TablePress functions, but didn’t find good source for learning. I have one more question if you can help me. I added my code to functions.php, making short code for elementor to display, it works fine. Now I want to set for all my tables (on import if that is possible) common properties: unchecked features for site visitors and one extra css class. How I can accomplish that and where to write code for something like that?
Thanks in advance
Hi Tobias,
Yea I know that I need to use shortcode element and I tried to use that. Problem is my site has many tables, over 200, and I will import more and more tables over time.. Difference between all tables and this tables I want to show on one page is that .csv in their name. I tried to filter wp_posts and take only tables with csv in their name, but I can’t get ID of that tables to use in shortcode..