Nattable 2.6.0 support for Eclipse target platform 3.28 #191
-
|
So we are in the transition phase of migrating our Eclipse RCP application to Eclipse RAP. Our application is currently running target platform 3.28 and has good usage of nattable. Since the olrder version of nattable is not supported by RAP we need to change it to either nebula grid or fall back to swt/jface implementation. But Nattable 2.6.0 seems to be supporting RAP but it requires version 4.x of target platform. My question is can we still use nattable 2.6.0 with my eclipse (2024-03) target 3.28 ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
I suppose you are talking about the RAP version in your target platform? Because that is the only place where I would see a version 3.28 for the Eclipse 2024-03. Otherwise I don't really understand your question. If that is the question, than no. NatTable RAP needs at least RAP 4.0.0 as documented in the README of https://github.com/eclipse-nattable/nattable-rap. That is because we need to use some features of RAP that were introduced there. With older versions of RAP it does not work. Aren't you able to update the RAP version in your target platform? Or even move to a newer Eclipse Platform version? Should be easier than migrating tables from NatTable to something else. |
Beta Was this translation helpful? Give feedback.
I suppose you are talking about the RAP version in your target platform? Because that is the only place where I would see a version 3.28 for the Eclipse 2024-03. Otherwise I don't really understand your question.
If that is the question, than no. NatTable RAP needs at least RAP 4.0.0 as documented in the README of https://github.com/eclipse-nattable/nattable-rap. That is because we need to use some features of RAP that were introduced there. With older versions of RAP it does not work.
Aren't you able to update the RAP version in your target platform? Or even move to a newer Eclipse Platform version? Should be easier than migrating tables from NatTable to something else.