Home  >  Q&A  >  body text

Unable to enable next page button for MaterialUI table pagination

When I try to search for a record with a relatively small value, say only 6 or 14 or 19 or 20, the next page button does not enable, but if there are many records, it works fine.

I'm not sure what I'm doing wrong, can anyone help me?

clear = () => {
        this.setState({
          Name: '',
          lastName: '',
          
        });
        this.props.clearSearch();
        
      };
P粉674999420P粉674999420403 days ago447

reply all(1)I'll reply

  • P粉125450549

    P粉1254505492023-09-13 00:04:07

    Data Clear Redux was not called

    reply
    0
  • Cancelreply