You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the canHandleResults function that determines if a plugin can display the results, I would like that plugins have a score or ranking associated to them, so that a plugin can be switched on directly in priority.
The typical use-case is the following : I have the Table and a Map plugin. Whenever the Map says it can handle the results, I would like that it is activated directly.
But I would like to keep the visual order of the plugins as it is, that is the Table first and then the Map second.
Can I achieve this ?
The text was updated successfully, but these errors were encountered:
In addition to the
canHandleResults
function that determines if a plugin can display the results, I would like that plugins have a score or ranking associated to them, so that a plugin can be switched on directly in priority.The typical use-case is the following : I have the Table and a Map plugin. Whenever the Map says it can handle the results, I would like that it is activated directly.
But I would like to keep the visual order of the plugins as it is, that is the Table first and then the Map second.
Can I achieve this ?
The text was updated successfully, but these errors were encountered: