kuerbisbauer

Results 6 comments of kuerbisbauer

> `decorators: [StoryRouter()]` did it for me. Full example with Knobs: ```js import StoryRouter from "storybook-vue-router"; import { withKnobs, array, object } from "@storybook/addon-knobs"; export default { title: "Project List",...

You can use CSS to change the color for all odd and even rows. `tr.odd { /* your styles here */ }` ` tr.even { /* your styles here */...

I can't see anything in the source code that lets you control the sort icons. You need to handle that yourself. ` th.sortable { /* anchor point for our :after...

In lib/demo/plugin.js there is a webpack config line 11 `.set('~entry', path.resolve(path.join(context, './demo', entry)))` Maybe something went wrong there.

@sungwoncho thanks for the advice. I look into it. The use case: I love to customize. Replacing the logo with one of mine, makes all my self hosted services (like...

Remove the ghost element and make a new one? That sounds like you want to get rid of the ghost element. But I don't know what you mean by "make...