01-10-2020, 08:52 PM
I am building an interface where I end up with a bunch of search keys (for the same search type) and wonder if it is possible to take an empty tableWdg and drop the items into it. I would assume it would likely be providing the widget with an array of search keys then refreshing the table?
I suppose one other potential way is to run a search on the table with a list of code values?
I am going to dig a bit an if I figure it out I will post my results if I do, just figured it was a topic worth discussing :-)
Seems I found something that works. You can pass in a "search_keys" option into the table as a comma-separated list.
I suppose one other potential way is to run a search on the table with a list of code values?
I am going to dig a bit an if I figure it out I will post my results if I do, just figured it was a topic worth discussing :-)
Seems I found something that works. You can pass in a "search_keys" option into the table as a comma-separated list.