You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a DataTable with 'pagination' the pagination select doesn't have an id or name attribute which makes the browser prompt an error of not having id or name attribute.
To Reproduce
Create a datatable with pagination and open browser console, where the error appears.
Expected behavior
Having an id or name attribute in the pagination select.
Code Sandbox, Screenshots, or Relevant Code
Versions (please complete the following information)
React (RDT requires 16.8.0+) - 18.2.0
Styled Components - 5.3.3
OS: [e.g. iOS] - Windows 10 - Not relevant
Browser [e.g. chrome, safari, firefox] - Chrome
The text was updated successfully, but these errors were encountered:
Issue Check list
styled-components
Not needed
)
Describe the bug
When using a DataTable with 'pagination' the pagination select doesn't have an id or name attribute which makes the browser prompt an error of not having id or name attribute.
To Reproduce
Create a datatable with pagination and open browser console, where the error appears.
Expected behavior
Having an id or name attribute in the pagination select.
Code Sandbox, Screenshots, or Relevant Code
Versions (please complete the following information)
The text was updated successfully, but these errors were encountered: