Skip to content
New issue

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

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

Already on GitHub? # to your account

[jsx] Remove DynamicDataTable #8993

Merged
merged 1 commit into from
Jan 23, 2024
Merged

Commits on Dec 1, 2023

  1. [jsx] Remove DynamicDataTable

    DynamicDataTable is an old wrapper around StaticDataTable which fetched
    the data and then loaded the StaticDataTable. This has entirely been
    replaced by other data table types. The only remaining references are in
    deprecated wiki and candidate_list/onLoad.js. onLoad.js is also not used
    anymore (it is compiled, but it isn't loaded in the getJSDependencies of
    the page.)
    
    This removes the dead code of DynamicDataTable and onLoad.
    driusan committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c7b05ae View commit details
    Browse the repository at this point in the history