-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: CoreTable doesn't return most data for fields #282
Comments
Related #242 |
@aurooba was this working at one point and then stopped after an update to this plugin or WordPress core? Or was it a feature that has never worked to your knowledge? |
@jasonbahl I didn't try to implement |
Ok, thanks. Just trying to get an understanding of whether this is a regression or a feature that has never worked. On quick scan of the codebase, it seems to me that this has likely never worked, but I could be mistaken. |
I just tried on WordPress 6.6.2 then downgraded to WordPress 6.4 and then 6.1 and it seems to behave the same on all versions. Fields such as |
@jasonbahl I tested it on 6.5.5 and 6.4, and got the same result, so I suspect you're right and this hasn't worked ever! |
@justlevine interesting. possibly a difference in the data input. For me, I don't have align set on the table itself, just the Regardless, definitely getting incorrect behavior |
Yeah, it's seems to be a combination of using |
Looks like #284 fixes the cell |
Thanks @justlevine I'm looking forward to testing it out! :D But super glad to see this getting closed and fix merged! |
Most of the data for
CoreTable
returnsnull
. The only meaningful data is returned in therenderedHtml
field, which is not ideal.Here's the query I used:
The text was updated successfully, but these errors were encountered: