JS custom table element missing always 1 row
I made a custom TABLE element and it update the amount of rows by the attribute ‘rows’ but it missing by one row,
I made a custom TABLE element and it update the amount of rows by the attribute ‘rows’ but it missing by one row,
I’ve been unable to find a definitive answer to whether custom tags are valid in HTML5, like this:
Note that this is for MUI v5 @mui/material and NOT using v4 @material-ui/core
I have a special case where I need to encapsulate a React Component with a Web Component. The setup seems very straight forward. Here is the React Code:
Using @material-ui/core V4(4.12.3 to be exact) I HAD a custom element created successfully using webpack and babel. I used to be styling it using the @material-ui/core makeStyles. Now I am upgrading to @mui/material v5 and want to use the built-in components from @mui/material but they do not display styled within the custom element.
Please note that I need this to be a custom element as it will be integrated within another hosting app.