tables-for-elementor

Description

This plugin has been closed as of 2020-08-01 and is not available for download. This closure is permanent. Reason: Author Request.

Reviews

2018-09-12
The plugin works fine and creates well designed feature tables. It is not intended to be used for data tables or other sorts of tables. I suggest renaming it Feature Tables for Elementor. Had to delete it as I was looking for a generic table widget plugin.
2018-06-27
It takes some extra time to make and edit tables with this widget, but it is better than writing the code from scratch. Plus, I edited the plugin code to add classes on each line, and it's much better now with that feature. here's what i did for your reference.(I strongly recommend doing something like this if you're using this plugin) Edit Plugin -> Talbes for Elementor -> modules -> tables -> widgets -> table-standard.php Original 894 <?php foreach ( $features as $feature ) : ?> 895 <div class="table-cell cell-feature"> 896 <?php echo $feature['text']; ?> 897 </div> 898 <div class="table-cell first-icon"> 899 <i class="<?php echo esc_attr( $feature['option1_icon'] ); ?>"></i> 900 <p class="first-text"><?php echo esc_attr( $feature['option1_text'] ); ?></p> 901 </div> 902 <div class="table-cell second-icon"> 903 <i class="<?php echo esc_attr( $feature['option2_icon'] ); ?>"></i> 904 <p class="second-text"><?php echo esc_attr( $feature['option2_text'] ); ?></p> 905 </div> 906 <?php endforeach; ?> Edited <?php $i=0; foreach ( $features as $feature ) : $i++; ?> <div class="column-<?php echo $i; ?> table-cell cell-feature"> <?php echo $feature['text']; ?> </div> <div class="column-<?php echo $i; ?> table-cell first-icon"> <i class="<?php echo esc_attr( $feature['option1_icon'] ); ?>"></i> <p class="first-text"><?php echo esc_attr( $feature['option1_text'] ); ?></p> </div> <div class="column-<?php echo $i; ?> table-cell second-icon"> <i class="<?php echo esc_attr( $feature['option2_icon'] ); ?>"></i> <p class="second-text"><?php echo esc_attr( $feature['option2_text'] ); ?></p> </div> <?php endforeach; ?>
2017-10-04
The plugin has some flaws and might need some more improvements but it is nice to use as a feature compare list. Flaws: - it get's slow when you have lots of features (like 2 seconds wait till you can edit the next thing - other elementor elements are lightning fast). - the buttons are a bit strange on mobile / narrow devices - some settings are not placed intuitively - it would be awesome to have some css classes for every line to maybe highlight exact cells without JavaScript Good to have such an element for Elementor. Thanks!
2017-07-26
Good that it exists, but sad that it is quite limited, for my needs I'll keep using Tablepress (https://wordpress.org/plugins/tablepress/) but will keep an eye out on this..
2017-06-16 1 reply
First off, I know Zulfikar to be an excellent developer. So it's easy for me to 5-star just about anything he gives us. And yes, it is a gift since it's free. So cheers for that m8! SUGGESTION: Consider improving/adding these uses.. - When disabling all buttons, the space they occupied is still used. - There is no way (for a content manager) to add buttons/links in fields. [ link redacted, please do not post links in reviews ] - Nice to have: A query to auto-fill 'Features' with post types like products! - Custom column width options! Really. It needs this. Hope this helps you helping us all 😉
Read all 8 reviews

Contributors & Developers

“Tables For Elementor” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Tables For Elementor” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.