Jeph Johnson

Results 17 comments of Jeph Johnson

Hi Aleksandr, Nice Turtorial. What are your thoughts in a scenario where your row data has children? Sanbox: https://codesandbox.io/s/sorting-ant-design-tables-in-react-the-easy-way-forked-38f9u

Hi @tuchk4 - What's the correct implementation for "Type" and "Description" to be returned properly? What is being returned: [ ![MicrosoftTeams-image](https://user-images.githubusercontent.com/1817084/55114269-79888600-50af-11e9-981f-3b42e0b37d03.png) ](url) Config.js ``` storiesOf(componentName, module) .addDecorator(withKnobs) .addDecorator(addReadme) .addParameters({ options:...

@tuchk4 - Can you provide a working example with the implementation of all the fields being populated? (Type, DefaultValue, Description) You don't have them being displayed on your current live...

> @jephjohnson > > * Here is demo https://tuchk4.github.io/storybook-readme/?path=/story/propstable--button > * Here is sources [example-react/components/Button/ButtonWithPropTypes.js](https://github.com/tuchk4/storybook-readme/blob/master/packages/example-react/components/Button/ButtonWithPropTypes.js) > > NOTE: not published yet @tuchk4 - Thank you Legend!!!

@tuchk4 - Were you able to receive the same output using the approach below? I copied your example exactly as is, but using this approach: https://github.com/tuchk4/storybook-readme/issues/83#issuecomment-473605046 In your example, stories...

> @jephjohnson The latest versions are used? Yes, `"@storybook/react": "^5.0.6", & "storybook-readme": "^5.0.2",`

Hi @tuchk4 - Sorry pest on this, just was wondering if it had anything to do with the approach or anything else you could think of?

Thanks @tuchk4: This is my setup and the approach where it does not render properly: Reference: https://github.com/tuchk4/storybook-readme/issues/83#issuecomment-473605101 Config.js ``` import React from 'react'; import path from 'path'; import { getStorybook,...