growbusiness
Forum Replies Created
-
Thank You So much for solving this bug.
I have been working with WordPress since 2017 and you guys provide the best support, I have ever experienced. Thanks for such great support and also for this awesome plugin. ??
- This reply was modified 2 years, 10 months ago by growbusiness.
- This reply was modified 2 years, 10 months ago by growbusiness.
Actually It’s not working with Elementor. I have been using tablsome plugin more than 10 websites. I have tried with 3 websites with elementor and exclude columns function is not working. But with WP bakery Plugin, it works fine.
Here is one more thing
If person update form entry e.g. changing client name or delete an entry from WPForm entry management section,
But data in table at frontend remain unchangedThank You so much for resolving this issue and adding new brilliant functions
But it was getting delay so I simply updated some code for date error on particular column
// path: wp-content / plugins / tablesome / includes : actions.php
public function print_tables_collection()
{
global $tablesome_tables_collection ;try{
foreach($tablesome_tables_collection[0][‘items’][‘rows’] as $key => $row) {
if(is_numeric($row[“content”][6][“html”]) == false) {
$timestamps = strtotime(($row[“content”][6][“html”])).”000″;
$tablesome_tables_collection[0][‘items’][‘rows’][$key][“content”][6][“value”] = $timestamps;
$tablesome_tables_collection[0][‘items’][‘rows’][$key][“content”][6][“html”] = $timestamps;
}
}
}catch(\Exception $e) { }$script = “<script>”;
$script .= “window.tablesomeTables = ” . json_encode( $tablesome_tables_collection ) . “;”;
$script .= “</script>”;
echo $script ;
}After updating plugin, New entries show right date but previous dates didn’t show properly ??
So for this, I simply download form entries and re-create a new table, Now its working fine.
Action
https://janpathpalace.com/wp-content/uploads/2022/04/action.png
Form View (Its WPForm)
https://janpathpalace.com/wp-content/uploads/2022/04/form.png
Data saved in table created by Tablesome Plugin like this (Last two rows are from form submission which saves correct date but view on table is different VIEW https://janpathpalace.com/wp-content/uploads/2022/04/Screenshot-2022-04-09-at-16-51-26-Inquires-–-Janpath-Palace.png
Whereas upper rows where imported data is saved have different format to save date)Data saved in table
https://janpathpalace.com/wp-content/uploads/2022/04/table.png
At start, I was using WPForms Views Plugin and it showed correct date after form submission but lack of features I switched to your plugin.
- This reply was modified 2 years, 11 months ago by growbusiness.
1. New value entered 20 June 2022 (other values import from previous table)
2. YES
Other rows are working fine (accurate data) expect date column. It always show January 1, 1970
Date Column display wrong date (just 1 January, 1970)
As I mention before, after form submission data display in table but in date column it always show default date i.e. January 1, 1970
Here is screenshot of error (Last 2 rows)
- This reply was modified 2 years, 11 months ago by growbusiness.
PLZ provide given feature as soon as possible
And about this plgin…..
Its AWESOME plugin
I had been looking for that kind of plugin for almost a month and almost try 10+ plugins. But none of them provide such kind of table options and if some plugins have features then they don’t get data after form submission.
This is BEST and I’m going to use this plugin for my other websites too.
A BIG THANKS ??yes exactly like this
But auto increment sequence number after getting new entry from Form Submission