Code

Discussion on League Table - Table Plugin for WordPress

Discussion on League Table - Table Plugin for WordPress

By
Cart 2,744 sales

DAEXT supports this item

Supported

This author's response time can be up to 1 business day.

380 comments found.

Hi there DAEXT, all of your demos are gone, are tou looking foreward to reupload them?

Hello EduardoHDA,

if you are referring to the live preview available here in CodeCanyon it was probably the server temporarily unavailable.

Let me know if you have any questions.

So I have moved the league tables over to a new website and everything was working perfect until just now. The formatting has disappeared off of all my tables. On the backend everything looks perfect. It’s just on the site that it is messed up. I have recently added some new plugins that I figured would be the problem but after deactivating EVERY plugin besides League Tables it still isn’t working properly. Is there a way to see if something is clashing with the plugin? Thanks!

Hello bombstriker,

please verify if the following options are pointing to existing files of the new website:

  • General JavaScript File URL
  • General Stylesheet File URL
  • Tablesorter Library URL

If this doesn’t solve please contact us via the “Support” tab above and create a temporary account so we can inspect the website and provide you more information.

Hope this helps. Let me know if you have any questions.

The “Set Image” link is not working anymore after Wordpress update to 5.7. Can you please check?

Hello brianhwang,

the plugin should be updated to the latest version to support the jQuery migrate changes applied with WordPress 5.5 and later versions.

The procedure to update the plugin:

  1. In the Plugins menu click “Deactivate”
  2. Update all the plugin files via FTP
  3. In the Plugins menu click “Activate”

Hope this helps. Let me know if you have any questions.

If I wanted to copy all of my league tables content (TONS of tables & data) and transfer that all to another website all I would have to do is copy the folder in filezilla and paste it into the other filezilla plugin location correct? Would that bring everything over? Thanks!

Hello bombstriker,

copying the plugin files is not enough, the tables are saved in the WordPress database.

Please proceed as follow:

  1. In the old website export the tables with the League Table -> Export menu (an XML file with the plugin data is generated)
  2. In the new website import the tables with the League Table -> Import

Please note that the ids of the tables may change after the import process. For this reason you have to verify and in case update all your shortcodes (or the “League Table” Gutenberg block if you are using Gutenberg).

Hope this helps. Let me know if you have any questions.

Worked tremendously! Thanks for the heads up on the shortcodes too! Thank you very much!

Hello bombstriker,

thanks to you for purchasing. If you like this plugin please remember to rate it on your downloads area on CodeCanyon, this helps the plugin sales.

Best Regards.

Hello, two questions please. Is there another addon in order to have a search system or a filter buy category? My other question his what is the limmit of number of entries? Do you have en axample in order to see big tables?

Hello Rboullay,

Is there another addon in order to have a search system or a filter buy category?

This feature is not available at the moment with the plugin or with plugin extensions. The JavaScript library used to sort the table (tablesorter) has this feature but an integration with the League Table plugin should be in case manually created.

My other question his what is the limit of number of entries?

The rows are limited to 10.000 for performance reason. You can remove this limit if you want (in case please contact us via the “Support” tab above for this) but the browser struggle (depending on the pc cpu) with long tables sorted via JavaScript.

Do you have en axample in order to see big tables?

This is an example of a relatively long table handled with a sidebar.

Hope this helps. Let me know if you have other questions.

the demo links don’t seem to be working

Hello bendekko,

thank you for reporting this. I verified, and the demo is available now.

Let me know if you have any questions.

Is this plugin compatible with WPBakery Page Builder 6.5 and if not how would it be implemented?

Hello pembrokellc,

yes, one method is to map the shortcode in the WPBakery Page Builder -> Shortcode Mapper menu.

Hope this helps. Let me know if you have any questions.

Can this be used by site users to add their own scores/stats?

Hello Webcode12,

the data can only be added in League Table -> Tables menu. The capabilities required to access the plugin menus (in case you want to allow the access to specific user roles) can be defined in the League Table -> Options.

Hope this helps. Let me know if you have any other questions.

I am not using this plugin for home page but there is still codes working for home page too and server response is getting slowly works and duration time is longest more. How can we fix it? Thanks.

Hello groosy,

in the league-table/public/class-dalt-public.php file at the beginning of the enqueue_styles() and enqueue_scripts() methods you can add the following instruction to load the plugin assets only on posts, pages and custom post types:

if(!is_single() and !is_page()){return;}

Hope this helps. For other technical support questions please contact us via the “Support” tab above.

Hello… can I freeze first collum and header /first row?

thx.

Hello yecruzsulla,

this feature is not available at the moment. I saved your suggestions so that this feature will be considered in future plugin updates.

Let me know if you have any questions.

Pre-sale question: How do you control pagination? Is there a function that would let me control how many rows to display per page?

Thanks

Hello lchestnut,

a pagination feature is not available at the moment.

Let me know if you have any questions.

Love your plugin – its first class! The only issue: When sorting for names, it puts a name starting with a mutated vowel (Ä,Ö,Ü) after “Z”. Any idea how to fix this?

Hello stefanscheider,

thank you for reporting this. Please contact us via the “Support” tab above, we found a solution to improve the sorting of diacritics characters and we can provide you via email a custom file to solve now.

These changes will be also included in the next public plugin update.

Let me know if you have any questions.

Thank you – great service! I will contact you the next minute.

Before purchase I have a question:

- Is it possible to fix a column for it to be displayed always on responsive mode while other columns can be shown by scrolling horizontally?

Thanks in advance.

Hello randaluz,

responsiveness is achieved through the following mechanisms:

  • Custom cell font size on specified responsive breakpoints
  • Columns optionally hidden on specified responsive breakpoint

When a table is too large for the viewport a scrollbar can be also optionally activated.

Hope this helps. If you need more info feel free to ask.

Hey quick questions,

1. is it possible to have filters for tables columns

2. if the table size is large, is it possible to define how many rows to show on the page, can. it be dynamic depending upon screen size?

3. is it possible to have a up/down vote button for each row as voting

4. if 3rd is possible, sorting the table based upon votes,

Hello aananda,

1. No.

2. The number of columns can be specified based on the viewport width. The number of rows is fixed.

3. 4. You can include custom HTML elements in the table cells but this doesn’t determine how the table is sorted.

Hope this helps. Let me know if you have other questions.

Before purchase couple of small questions:

- Are column widths adjustable or do all content columns have to be the same width? - The features says ‘apply mathematical formula..’. Does it work the same as Excel e.g. cell xx = cell yy*cell zz - I couldn’t see from demo, is it interactive e.g. user can enter a figure and table will show result of calculation based on their entry?

Thanks and sorry if these points are covered somewhere that I missed.

Hello markxkr,

Are column widths adjustable or do all content columns have to be the same width?

You can set the width of each column with the Style -> Column Width Value option if you want.

Does it work the same as Excel e.g. cell xx = cell yy*cell zz – I couldn’t see from demo, is it interactive e.g. user can enter a figure and table will show result of calculation based on their entry?

It’s different from Excel. The following operations can be used to calculate results from data available in the same row: Sum, Subtraction, Minimum, Maximum, Average

Let me know if you have any other questions.

That’s great thx for coming back

Hi, can text be wrapped so that cells’ contents are across multiple lines? All demos show one line only.

Hello Josh_Hardman,

yes, you can achieve this by adding the cell content in the HTML Content cell property by using the br tag.

line 1<br>
line 2<br>
line 3

Hope this helps. Let me know if you have other questions.

Hi, does this Wordpress table plugin work with OxygenBuilder? & What are the responsive options for smaller screens (tablet, mobile)

Hello fjs7151,

does this Wordpress table plugin work with OxygenBuilder?

Shortcodes are supported by all the page builders and the tables of this plugin are generated with a shortcode.

What are the responsive options for smaller screens (tablet, mobile)

Text size based on viewport width, hidden columns based on viewport width, hidden images based on viewport width, scrollbars.

Hope this helps. Let me know if you have other questions.

Hello, Is it possible to condition the display of data by specific rules (sports classification type) ? Thanks

Hello Com-ingenious,

no, variations of the same table can only be created by cloning the table with the “Clone” button available in the back-end.

Let me know if you have other questions.

Hi im using table press wordpress plugin. But i want use your plugin, Can I transfer the tables I created with the tablepress plugin to your plugin?

Hello frednl,

yes, please proceed as follows:

  1. Use the “Export a table” feature of your plugin to export a table in CSV format
  2. Open the generate CSV file with a spreadsheet editor
  3. Copy the cells of the spreadsheet editor
  4. Paste the cells (available in the OS clipboard) to the spreadsheet editor embedded in the League Table -> Tables menu

You have to repeat this procedure for all your tables.

Hope this helps. Let me know if you have any questions.

hi does our plugin allow to make a table from csv file which will automatically refresh when csv file changes? we need the tables to be linked to csv files which will be frequently overwrite and we want the table to self-update when data source csv file is overwritten – is this possible?

Hello Gabriel99,

I’m sorry but this feature is not available at the moment. Other users asked for the same feature in the past and we are planning implement it in future plugin versions, but I don’t have a release date at the moment.

Let me know if you have any other questions.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey