edgar-koster
edgar-koster
I would like to include two directories in my executable which is created. I would like to include `node_modules` and `commands`. I can add the resource option to the command,...
This PR contains the changes to move the click from the column title element to the sort element. It adds a new variable for the sort header and adjust the...
In the documentation there is a section `Different icons depending on Sort Direction` with a function. This function changes the icon based on the sort sequence. The given example doesn't...
If you have mult-column selection enabled, and also tristate, there is an issue with the third click when using 'ctrl+click' on a column. The third click doesn't clear the selection...
I'm trying to make a configuration which combines the copy/nested example. So far I have it working that the copy works and the drag n drop in a nested group...
I currently have [email protected] with my quasar project I have a datetime picker set as ``` ``` My check date function `funcCheckDate` and `dateOptions` are: ``` dateOptions (date) { return...
I've added a section on how you can prevent mail to be treated as spam. This can be quite common when you change the `from address` to that of a...
I'm implementing this agent and it is working. Now I also want to add a `testCaseId` and `attributes` to a suite. I tried this with this in the `before` of...