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
I was working on a custom filter row in my tables, and I noticed that the FilterRow component has an id - "m--table--filter--row".
I have a requirement to have multiple filtered tables on a given page, and last I heard, element ids must be unique, so this is going to prevent me from doing what I need to do.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Working in React 19, material-table/core 6.4.4
I was working on a custom filter row in my tables, and I noticed that the FilterRow component has an id - "m--table--filter--row".
I have a requirement to have multiple filtered tables on a given page, and last I heard, element ids must be unique, so this is going to prevent me from doing what I need to do.
Am I wrong?
Beta Was this translation helpful? Give feedback.
All reactions