appbaseio / reactivesearch

Search UI components for React and Vue
https://opensource.appbase.io/reactivesearch
Apache License 2.0
4.9k stars 468 forks source link

ReactiveList with URL #310

Closed rafrox closed 6 years ago

rafrox commented 6 years ago

Hi folks, How do I make my items "clickable" adding a URL to them in the ReactiveList like this one:

https://codesandbox.io/s/github/appbaseio/reactivesearch/tree/dev/packages/web/examples/ReactiveList?from-embed

I want to be able to click in each book but I cannot see that option in the code.

Thank you very much.

rafrox commented 6 years ago

Also may I please ask how to make multiple columns with ReactiveList please? I want results in columns not only lines. Thanks

siddharthlatest commented 6 years ago

@rafrox With ReactiveList, you have full control of the JSX to render, you can even display a table if you want.

The component reference doc talks about it, see the onData method.

I also recommend using the gitter https://gitter.im/appbaseio/reactivesearch for usage related questions.

rafrox commented 6 years ago

Thank you very much. I have checked the documentation but could not find a way to make columns instead of lines and how to customize it properly.

I have also asked the question into the webpage suggested but seems no one there is answering for a while :(

Regards

On 25 March 2018 at 23:24, Siddharth Kothari notifications@github.com wrote:

Closed #310 https://github.com/appbaseio/reactivesearch/issues/310.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/appbaseio/reactivesearch/issues/310#event-1539578620, or mute the thread https://github.com/notifications/unsubscribe-auth/AjfXqIB7rNg_g2P1tPJPt82avz0pLfMzks5th4xmgaJpZM4S6DkE .

-- Rafael Souza