I choose some rows and columns... and when I click the "generate HTML" button:
a. it makes a request to some /admin-ajax.php
b. the request fails, returning a "400 Bad request"
c. the user gets no feedback at all, making it appear as if the button does nothing at all
What's weird is that the actual HTML seems to be correctly generated in the client because it is sent in the request to admin-ajax.php. So, that request doesn't seem to be needed and it breaks the functionality.
Quick weekend project: a dead-simple table maker that live-updates HTML while you type. Add/delete rows & columns, then one-click copy. No accounts, no tracking, no BS.
Demo : https://hetz.ct.ws/demo-table/
Would love feedback on extra formatting options or export formats you’d actually use.
its to test the reviews of the design as well of the demo from the users. (easy to use and stuff related to design)
I choose some rows and columns... and when I click the "generate HTML" button:
a. it makes a request to some /admin-ajax.php
b. the request fails, returning a "400 Bad request"
c. the user gets no feedback at all, making it appear as if the button does nothing at all
What's weird is that the actual HTML seems to be correctly generated in the client because it is sent in the request to admin-ajax.php. So, that request doesn't seem to be needed and it breaks the functionality.
Thanks for your feedback, we will see about the issue!
Share your feedback. thanks for your help!
Quick weekend project: a dead-simple table maker that live-updates HTML while you type. Add/delete rows & columns, then one-click copy. No accounts, no tracking, no BS. Demo : https://hetz.ct.ws/demo-table/ Would love feedback on extra formatting options or export formats you’d actually use.
its to test the reviews of the design as well of the demo from the users. (easy to use and stuff related to design)