dario30186

Results 11 comments of dario30186

Hi, you can add tooltip to your custom action without creating any custom component like this: ` actions: { columnTitle: '', delete: true, custom: [ { name: 'sendmail', title: ''...

@ccruza I'm sorry, the code was not displayed. I updated my answer

@ccruza I never used this on standard columns

Hi, you need to import the plugin globally and then edit the file nuxt.config.js as @cdefy said: plugins: [ ... { src: '~plugins/vue-carousel-3d', ssr: false } ] In order to...

Hi, why the fix has not been merged ? I have a lot of warnings of this type for react-native-web

Same here. I also have other warnings as soon as the LineChart is rendered for web: Unknown event handler property `onStartShouldSetResponder`. It will be ignored Unknown event handler property `onResponderTerminationRequest`....

Hi @jiangwenyuan , I work with @pakit84 . We have a load balancer on DigitalOcean and two servers with Nuster with maxConn 2000. Everything works fine except when we send...

> @dario30186 So how about the /test throughput? As I suspect the setup is incorrect(non 200) so nuster terminates requests each time, which means keep alive does not work here....

Hi, did you add support for Web ?

@rgomezp I had the same problem and your solution works. But why if I do like that it doesn't work? The only difference is that I don't have the **mSubscriptionObserver**...