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
Currently the rowFilter prop is not being implemented. It should allow for a row to dynamically not be rendered based on the result of the function. May not work well with / we might not enable this for the dumb version of the table as the rows being displayed being modified by this prop might conflict with the data supplied in the paginatorProps. (should be no problem when we make the smart table though)
The text was updated successfully, but these errors were encountered:
Currently the
rowFilter
prop is not being implemented. It should allow for a row to dynamically not be rendered based on the result of the function. May not work well with / we might not enable this for the dumb version of the table as the rows being displayed being modified by this prop might conflict with the data supplied in the paginatorProps. (should be no problem when we make the smart table though)The text was updated successfully, but these errors were encountered: