Project

General

Profile

Does tableview with a table model offers fast editing with tabulator like in excel spreedsheet

Added by robs j over 7 years ago

I looked through the forum and the examples but I still wonder how to add this functionality which is missing in the default tableview.

Any suggestions?


Replies (1)

RE: Does tableview with a table model offers fast editing with tabulator like in excel spreedsheet - Added by Wim Dumon over 7 years ago

Hey robs,

Not out of the box. Maybe you can make this work with a custom delegate that captures the tab key and opens the editor of the next field? Don't forget to prevent propagation of the tab event to avoid that the browse will also react on the tab key press (preventDefaultAction() on an EventSignalBase).

Wim.

    (1-1/1)