Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table.view onStoreRecordchange: refactor to call createViewData for the specific record #5179

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    2c7d46e View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. onRowClick fires ('rowclick', {data,record}). If none of alt, ctrl, m…

    …eta or shift keys were down, it also fires ('select/deselect', {record}). App listeners can check the rowclick data object for MouseEvent properties. Select/deselect listeners work as before.
    George Planansky committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    99bc0b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. selection.table.RowModel: add onRowDblClick with dblclickEnable confi…

    …g option
    George Planansky committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    27de5e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    d69d60c View commit details
    Browse the repository at this point in the history
  2. Table.View onStoreRecordChang: simply calls createViewData for one re…

    …cord
    George Planansky committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    f8efe64 View commit details
    Browse the repository at this point in the history