MrWook
MrWook
Hello @risafletcher, this is the correct behaviour. The stSort has three states. 1. Ascending (A-Z) 2. Descending (Z-A) 3. Natural (without sorting) Probably your raw data is sorted in descending...
Hello @risafletcher, my next thought would be the outdated angular version but i can't help you without an example plunk.
Hello @Sergevia, it's true that the date filter is outdated. I looked a bit into it and found two things. 1. The datepicker in this example use `datepicker` as a...
Hello @Sergevia, just to inform you i added the Smart-Table support to my date range picker. If you prefer to use the selection type from the example with two input...
I created a PR some time ago that will fix this issue but sadly there wasn't any response to it. https://github.com/vuejs/vue-apollo/pull/874 As a workaround a colleague of mine created this...
Btw. this won't work inside safari because it can't parse the timezone.
This won't be fixed. The author didn't commit anything since 24.07.2020 and just replied to really dumb criticism and a request to take over the project. The issues an PR's...
Hey, yes this repo is pretty much dead. Though the author has said that we can create pull request but he doesn't merge anything. My company proposed to take over...
Those are pretty harsh claims that you got there... as you can see on the [demo](https://sumcumo.github.io/vue-datepicker/demo/) page. All props are still available and documented. All breaking-changes from this repo are...
> > > Expected result: The component triggering an event named "opened" whenever the datepicker opens. > > > Actual result: The event never triggers, and could not find the...