Help
Tom_Keysers
6 - Interface Innovator
6 - Interface Innovator
since ‎Jul 28, 2017
‎Oct 12, 2023

User Statistics

  • 38 Posts
  • 2 Solutions
  • 49 Kudos given
  • 34 Kudos received

User Activity

I am developing an extension to manage orders based on an ‘Orders’ table and a (linked) ‘Order Line Items’ table. My next objective is to allow line items to be re-ordered by the user via drag-and-drop.I assume I can achieve this by adding a integer ...
Hi, I’m trying to get a component’s name and insert it as a class name. A google search tells me I should use this.constructor.name, but that doesn’t seem to work here. Eg: function OrderLineItems(props) { return ( <section className={thi...
Hi, I could use some advice on the following use case. One base, four tables: ProductsOrdersOrder Line ItemsOut of Stock Products Orders are linked to its Order Line Items, and each Order Line Item record is linked to 1 Product record from the Produc...
I’m working on a rather bulky script, and because I’m trying to keep it clean I try and create functions for repetitive tasks. But it seems that using functions inside the scripting block also results in a poor logging behaviour in the output screen....
I’m creating a WordPress catalog site, of which the products are stored in an Airtable database. This base remains the core of all our products, and with the use of a custom import script I’m pulling in the right data from Airtable to WordPress. Now ...