mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
Spreadsheet: Don't advertise the SpreadsheetModel as sortable
This commit is contained in:
parent
55f7ddfb8c
commit
d876c49ec7
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
virtual bool is_editable(const GUI::ModelIndex&) const override;
|
||||
virtual void set_data(const GUI::ModelIndex&, const GUI::Variant&) override;
|
||||
virtual void update() override;
|
||||
virtual bool is_column_sortable(int) const override { return false; }
|
||||
|
||||
private:
|
||||
explicit SheetModel(Sheet& sheet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue