Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » NatTable » Selective edit of rows in Nattable(Selective edit of rows in Nattable)
Selective edit of rows in Nattable [message #1768664] Fri, 21 July 2017 06:31 Go to next message
Sowmya Muniyappa is currently offline Sowmya MuniyappaFriend
Messages: 6
Registered: July 2017
Junior Member
Hello ,

I have a requirement to add new row in Nattable programmatically and i should be able to edit the columns of the newly added row .

With current implementation in my code i am enabling edit for all the rows

configRegistry.registerConfigAttribute(EditConfigAttributes.CELL_EDITABLE_RULE,IEditableRule.ALWAYS_EDITABLE);


which is not right for my use case .I want to enable edit for the newly added row .
Kindly refer to attachments for the same.

Is it allowed to enable edit for the newly added row ???

  • Attachment: File1.JPG
    (Size: 35.29KB, Downloaded 117 times)
Re: Selective edit of rows in Nattable [message #1768803 is a reply to message #1768664] Mon, 24 July 2017 05:32 Go to previous message
Dirk Fauth is currently offline Dirk FauthFriend
Messages: 2902
Registered: July 2012
Senior Member
Yes it is allowed and possible. Please read about configuration labels in our Getting Started tutorial: http://www.vogella.com/tutorials/NatTable/article.html
Also the Edit documentation on the website should give information about that: https://www.eclipse.org/nattable/documentation.php?page=editing
Previous Topic:How to register Jface Dialog to NatTable Cells ?
Next Topic:Simple filter without row
Goto Forum:
  


Current Time: Thu Apr 25 05:35:01 GMT 2024

Powered by FUDForum. Page generated in 0.02853 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top