Dropdown List to help change tables in Database

Dropdown List to help change tables in Database

docsporodocsporo Posts: 1Questions: 1Answers: 0

I have created a dropdown list of crops, warehouse and roads. Now I'm supposed to allow user to change tables by selecting a value in the dropdown. I have been working on this for the past 5days now. Any help?

Answers

  • allanallan Posts: 63,809Questions: 1Answers: 10,516 Site admin

    When you say change tables, do you mean an entirely different DataTable. If so, have you tried simply setting the CSS display property for the table container elements as appropriate for the option that was selected?

    Without a link to a test case its impossible to really give much more help than that. This also appears to be a fairly general Javascript question rather than DataTables specific (other than that your "tabs" have tables inside them), unless I've misunderstood.

    Allan

This discussion has been closed.