I have a mysql table in which I have 35 fields.
I have to show the list of all the records.
I only want to know that how can I manage all these column in the view file so that the user doesn’t have to scroll right to view all the column values that are not displayed when user lands on that page.
Is there any alternative to this problem?
I don’t want to use pagination for displaying single record; instead I am using pagination for displaying 10 records per page.
I have a mysql table in which I have 35 fields. I have to
Share
i can suggest you to use “jquery collapse expand” for this. initially you can show the important fields when it is collapse. you can show the all fields when it is expanded.