Unable to enable next page button for MaterialUI table pagination
P粉674999420
P粉674999420 2023-09-12 15:14:34
0
1
495

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粉674999420
P粉674999420

reply all(1)
P粉125450549

Data Clear Redux was not called

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template