Kyle Lawlor-Bagcal

Results 40 comments of Kyle Lawlor-Bagcal

If you wanted something like that the best way to go about it would be a volume mount, where any modifications you make on the local files, will be present...

From my perspective, I don’t think themes and all that are necessary. Perhaps some suggestions towards how to structure the blog would be helpful in the README. But I would...

Hi Graham, thanks for these docker images. I know this is an old thread but I have a somewhat related question. Suppose you have `--document-root frontend` in `.whiskey/server_args` and the...

What if we change it to `mkdir -p`? ``` -p, --parents no error if existing, make parent directories as needed ```

@ryanchristo i'm interested in working on this one if you agree it could be a good one to work on.

Hey @ryanchristo I have opened up a draft PR that is a start on this. I think I'm headed in the right direction. So far I started with the core...

@ryanchristo np, please feel free, i'll be glad to help with review!

Here is the workaround I am using: ```javascript const datatable = new DataTable(datatableElement, { columns: header, data: userData, checkboxColumn: checkBoxColumn, layout: layout, serialNoColumn: serialNoColumn, }); $("div.dt-dropdown__list-item:nth-child(3)").hide(); $("div.dt-dropdown__list-item:nth-child(4)").hide(); ``` End result...

Bingo, https://github.com/frappe/datatable/blob/67f9717827f5d960cb01f523d2f2943106b55680/src/rowmanager.js#L74-L88 I'd suggest documentation on this. I will try to submit an MR for this.

Also it's still pretty unclear, at least to me how to use the `filterRows` function. Again, once I get examples I'd be glad to contribute. Although it doesn't look like...