Add material ui version of report viewer.#29
Add material ui version of report viewer.#29laskoviymishka wants to merge 3 commits intoalanjuden:masterfrom
Conversation
|
Hey @laskoviymishka, thanks for sending this in. I've only had a little bit of time to review this. I really like your idea of having the api rather than adding them onto the controller...very cool idea...can't believe I hadn't thought of that yet! 😄 I have been planning for some time to have different HtmlExtension functions that would allow you to target Bootstrap3 vs React vs Generic Styling to match the new Reporting Services layout and any other types...that way, in your UI you can just choose the appropriate function to call that would render the entire control for you. This may be better off as a separate Example project that would be for the React usage of the control...as I've done separate examples based on the setup of the environments. I'll probably have some time to check it more thoroughly this weekend. Thanks again for the ideas. Alan |
|
Html extension function is just fine, I could extract such function from current implementation. |
Hi, i add new version of report viewer. It base on react material-ui and use rest api to process everything (post params rather then encode them in form and query).
here is some samples
