<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: jars06</title>
    <description>The latest articles on DEV Community by jars06 (@jars06).</description>
    <link>https://dev.to/jars06</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1094322%2Fed8efe51-bbf0-4287-8da0-33b906406e79.png</url>
      <title>DEV Community: jars06</title>
      <link>https://dev.to/jars06</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jars06"/>
    <language>en</language>
    <item>
      <title>A help with this select with material react table</title>
      <dc:creator>jars06</dc:creator>
      <pubDate>Tue, 15 Aug 2023 13:06:47 +0000</pubDate>
      <link>https://dev.to/jars06/a-help-with-this-select-with-material-react-table-2ioo</link>
      <guid>https://dev.to/jars06/a-help-with-this-select-with-material-react-table-2ioo</guid>
      <description>&lt;p&gt;Hello, I have the following problem: On page load I have a useEffect that returns an x number of records with the following format:&lt;br&gt;
TBLNAME: 'Table1'&lt;br&gt;
TBLNAME: 'Table2'&lt;br&gt;
TBLNAME: 'Table3'&lt;br&gt;
.......&lt;br&gt;
And this is the code to load the select:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;const [selectTables, setSelectTabless] = useState([]);
.........

&amp;lt;FormControl variant="standard" sx={{ m: 1, minWidth: 350 }}&amp;gt;
   &amp;lt;InputLabel &amp;gt;Tablas cargadas&amp;lt;/InputLabel&amp;gt;
   &amp;lt;Select
      id="selecttable"
      key={values.iD}
      name={"Tabla"}
      //onChange={(e) =&amp;gt;
      //setValues({ ...values, [e.target.name]: e.target.value })
      // }
    &amp;gt;
    {selectTables.map((table, index) =&amp;gt;
      &amp;lt;menuitem &amp;gt;
      {table}
      &amp;lt;/menuitem &amp;gt;
      )}
    &amp;lt;/Select&amp;gt;
&amp;lt;/FormControl&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;When I want to display the select, I get the following error:&lt;br&gt;
"Objects are not valid as a React child (found: object with keys {TABLE_NAME}). If you meant to render a collection of children, use an array instead."&lt;/p&gt;

&lt;p&gt;Any help please.&lt;br&gt;
Thank you&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Navigation component in Material-React-table</title>
      <dc:creator>jars06</dc:creator>
      <pubDate>Fri, 02 Jun 2023 13:53:31 +0000</pubDate>
      <link>https://dev.to/jars06/navigation-component-in-material-react-table-50jj</link>
      <guid>https://dev.to/jars06/navigation-component-in-material-react-table-50jj</guid>
      <description>&lt;p&gt;With "MaterialReactTable" is there any way to align the "Navigation" component to the left of the table? The options available are top, bottom and both but I have a table with several columns and it is very cumbersome to have to scroll to the end to go to the next page. Thanks in advance&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
