Hello friends, I have a problem and I'm seeking help from those who are knowledgeable. Let's say I have a table like this:
+----------------------------------------------+
| id | category | subject | content |
+----------------------------------------------+
| 1 | php | what is php | dfsfgge |
+----------------------------------------------+
| 2 | php | what is php | eeeeef |
+----------------------------------------------+
| 3 | html | what is HTML | ddsdsff |
+----------------------------------------------+
I want to display the data in this table paginated. However, the issue is that I can't paginate it based on the category. Thank you in advance for your assistance. Have a great day everyone. Best regards.
+----------------------------------------------+
| id | category | subject | content |
+----------------------------------------------+
| 1 | php | what is php | dfsfgge |
+----------------------------------------------+
| 2 | php | what is php | eeeeef |
+----------------------------------------------+
| 3 | html | what is HTML | ddsdsff |
+----------------------------------------------+
I want to display the data in this table paginated. However, the issue is that I can't paginate it based on the category. Thank you in advance for your assistance. Have a great day everyone. Best regards.