company data when I click 2nd dropdown(sub category)

goutambose
07:19:16
Two dropdown is comng fine.What I want when I click 2nd dropdown(sub category) corresponding company data will come as a table and table must be paginated. If anybody can help
smo1234
09-02-2016
You can pass the company id based on the selection of 2nd dropdown to a different URL and there you can show all data from the table with pagination. There are three parts of it .

First to show the list box
On selection of 2nd list you can redirect to different url
Show the company details with pagination.

You can see how this three dropdown works and the form submits on selection of third dropdown.

For redirecting users to different URL based on selection

Paging of records
goutambose
09-02-2016
thanks
Please Login to post your reply or start a new topic