flash4174

Results 9 comments of flash4174

No, because that way it’s just add to the selection like with left click and sends no data. My latest attempt like: `selection={selectedProducts}` `onSelectionChange={(e) => setSelectedProducts(e.value)}` `contextMenuSelection={selectedContext}` `onContextMenuSelectionChange={(e) => setSelectedContext(e.value)}`

[codesandbox](http://codesandbox.io/embed/primereact-demo-forked-xzck43) right click on a row and view => everything is fine Left click on a row then right click on another row => no data

Yes, but on the toast where the product name should be seen nothing is appear it’s because the selectedContext state has the same items as the selectedProducts instead of change...

Well, I would like to fully separate the left and right click. For example the first 3 rows selected with left click and when I right click on the forth...

I see. The functionallity would be like you select the necessary rows and if you would like to check one if it has to be selected the you right click...

I strugle with the same issue. Any solution? I can only use thick mode Azure deployment, but can't run because of the missing instant oracle client. If I install it...

@sharadraju I install Oracle Instant Client with ssh with wget and unzip to /oracle folder Then I redeploy my site with local git and after that if I check the...

> @flash4174 instead of (enable=broken) which uses system defaults can you use (expire_time=n) under the DESCRIPTION section of the connect string. The value(n) is in minutes. > > Thank you...