I can only disable drag and drop for the entire table, but I need to be able to do it for the cells of a specific column, I don't know if it will be possible.
Thank you for your answers.
I can only disable drag and drop for the entire table, but I need to be able to do it for the cells of a specific column, I don't know if it will be possible.
Thank you for your answers.
Copyright © 2021 Jogjafile Inc.
When an object is dropped on the JTable, you can check the drop location and decide if the operation is accepted or not.
For example, to accept drops on the first column only: