Drop Down filter
Drop Down filter
Sorry if this has already been done or answered but I couldn't find exactly what I am trying to do.
I would like to add a select list to the DOM on the left while pagination is on the right. That is easy from what it looks like. Now I would like this list to contain data from my database that is related to the table rows. For example, the list could be manufactures while the data in the table is make and models, so if you want to narrow down your search select a manufacture then can string search also. I just don't know how to approach this. I would like the list to be dynamic in case there are some added or deleted. So would I use the ajax aoData that first loaded the table to contain this info or a seperate request to build this list then how do I build it and place it.
Thanks
I would like to add a select list to the DOM on the left while pagination is on the right. That is easy from what it looks like. Now I would like this list to contain data from my database that is related to the table rows. For example, the list could be manufactures while the data in the table is make and models, so if you want to narrow down your search select a manufacture then can string search also. I just don't know how to approach this. I would like the list to be dynamic in case there are some added or deleted. So would I use the ajax aoData that first loaded the table to contain this info or a seperate request to build this list then how do I build it and place it.
Thanks
This discussion has been closed.
Replies
Allan
Thanks