to clarify we have a database that displays the next 4 weeks (labeled week 1 - week 52 for the year) in column headers. Will this cause issue with the plugin or will it populate the table with new headers when it is refreshed?
We are using column names (original header) for most of plugin functionality like filtering, sorting etc. We do not recommend using tables with dynamic column names because we could not guaranty that mentioned functionality will work
If we write a mysql query and the name of the column headers are dynamic, will it break the plugin or will they change with the query?
Thanks
to clarify we have a database that displays the next 4 weeks (labeled week 1 - week 52 for the year) in column headers. Will this cause issue with the plugin or will it populate the table with new headers when it is refreshed?
Hi Connor Pace,
We are using column names (original header) for most of plugin functionality like filtering, sorting etc. We do not recommend using tables with dynamic column names because we could not guaranty that mentioned functionality will work