Is it possible to add filter,sort and group to TablePersoController in sapui5?












1















I am trying to build Variant Managment and TablePersoController together in SAPUI5. I wonder if it is possible to add fields of filtering,sorting and grouping to TablePersoController.



I found p13n dialog box to achieve this but it means i have to abandon TablePersoController for my project. I think i need TablePersoController to make a persistent user settings. So , i need an another solution.



Thanks in advance!










share|improve this question

























  • you can add a 2nd dialog named ViewSettingsDialog. It does exactly those 3 things. If you want all in one you may need to take a look at the smart table.

    – Erch
    Oct 15 '18 at 6:06











  • @Erch Smarttable looks simple but complicated inside : i will try to use ViewSettingsDialog , thanks

    – Burak Meric
    Oct 18 '18 at 7:04











  • yea "simple", isn't simple to use : ) but its quite powerful

    – Erch
    Oct 18 '18 at 8:03











  • I actually tried it before but variant managment view gave me "Unable to load the data." when i open the view for Variant Managment dialog.

    – Burak Meric
    Oct 18 '18 at 11:47
















1















I am trying to build Variant Managment and TablePersoController together in SAPUI5. I wonder if it is possible to add fields of filtering,sorting and grouping to TablePersoController.



I found p13n dialog box to achieve this but it means i have to abandon TablePersoController for my project. I think i need TablePersoController to make a persistent user settings. So , i need an another solution.



Thanks in advance!










share|improve this question

























  • you can add a 2nd dialog named ViewSettingsDialog. It does exactly those 3 things. If you want all in one you may need to take a look at the smart table.

    – Erch
    Oct 15 '18 at 6:06











  • @Erch Smarttable looks simple but complicated inside : i will try to use ViewSettingsDialog , thanks

    – Burak Meric
    Oct 18 '18 at 7:04











  • yea "simple", isn't simple to use : ) but its quite powerful

    – Erch
    Oct 18 '18 at 8:03











  • I actually tried it before but variant managment view gave me "Unable to load the data." when i open the view for Variant Managment dialog.

    – Burak Meric
    Oct 18 '18 at 11:47














1












1








1








I am trying to build Variant Managment and TablePersoController together in SAPUI5. I wonder if it is possible to add fields of filtering,sorting and grouping to TablePersoController.



I found p13n dialog box to achieve this but it means i have to abandon TablePersoController for my project. I think i need TablePersoController to make a persistent user settings. So , i need an another solution.



Thanks in advance!










share|improve this question
















I am trying to build Variant Managment and TablePersoController together in SAPUI5. I wonder if it is possible to add fields of filtering,sorting and grouping to TablePersoController.



I found p13n dialog box to achieve this but it means i have to abandon TablePersoController for my project. I think i need TablePersoController to make a persistent user settings. So , i need an another solution.



Thanks in advance!







sapui5 personalization






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 14 '18 at 10:13









Jaro

1,56511122




1,56511122










asked Oct 12 '18 at 14:20









Burak MericBurak Meric

133




133













  • you can add a 2nd dialog named ViewSettingsDialog. It does exactly those 3 things. If you want all in one you may need to take a look at the smart table.

    – Erch
    Oct 15 '18 at 6:06











  • @Erch Smarttable looks simple but complicated inside : i will try to use ViewSettingsDialog , thanks

    – Burak Meric
    Oct 18 '18 at 7:04











  • yea "simple", isn't simple to use : ) but its quite powerful

    – Erch
    Oct 18 '18 at 8:03











  • I actually tried it before but variant managment view gave me "Unable to load the data." when i open the view for Variant Managment dialog.

    – Burak Meric
    Oct 18 '18 at 11:47



















  • you can add a 2nd dialog named ViewSettingsDialog. It does exactly those 3 things. If you want all in one you may need to take a look at the smart table.

    – Erch
    Oct 15 '18 at 6:06











  • @Erch Smarttable looks simple but complicated inside : i will try to use ViewSettingsDialog , thanks

    – Burak Meric
    Oct 18 '18 at 7:04











  • yea "simple", isn't simple to use : ) but its quite powerful

    – Erch
    Oct 18 '18 at 8:03











  • I actually tried it before but variant managment view gave me "Unable to load the data." when i open the view for Variant Managment dialog.

    – Burak Meric
    Oct 18 '18 at 11:47

















you can add a 2nd dialog named ViewSettingsDialog. It does exactly those 3 things. If you want all in one you may need to take a look at the smart table.

– Erch
Oct 15 '18 at 6:06





you can add a 2nd dialog named ViewSettingsDialog. It does exactly those 3 things. If you want all in one you may need to take a look at the smart table.

– Erch
Oct 15 '18 at 6:06













@Erch Smarttable looks simple but complicated inside : i will try to use ViewSettingsDialog , thanks

– Burak Meric
Oct 18 '18 at 7:04





@Erch Smarttable looks simple but complicated inside : i will try to use ViewSettingsDialog , thanks

– Burak Meric
Oct 18 '18 at 7:04













yea "simple", isn't simple to use : ) but its quite powerful

– Erch
Oct 18 '18 at 8:03





yea "simple", isn't simple to use : ) but its quite powerful

– Erch
Oct 18 '18 at 8:03













I actually tried it before but variant managment view gave me "Unable to load the data." when i open the view for Variant Managment dialog.

– Burak Meric
Oct 18 '18 at 11:47





I actually tried it before but variant managment view gave me "Unable to load the data." when i open the view for Variant Managment dialog.

– Burak Meric
Oct 18 '18 at 11:47












1 Answer
1






active

oldest

votes


















0














Table personalization is used for setting which columns in a table are shown. P13n can also be used.
See the external Fiori design guidelines for an explanation of when to use these controls:
https://experience.sap.com/fiori-design-web/overview-table-personalization/



Table Personalization is intended to allow the user to set the displayed/hidden columns. This is not intended for filters and sorting.
ViewSettings can be used to set filters, sort and group criteria.
P13n dialog allows tables with more than 20 columns to be personalized, for the ALV display and for complex queries.



The FilterBar/SmartFilterBar allows complicated queries to be specified:
https://experience.sap.com/fiori-design-web/filter-bar/ describes the use of a FilterBar.
(SmartFilterBar uses the OData Service to describe the fields used in the FilterBar.



Persistence of the settings is done with the launchpad, known as shellservices.






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52781548%2fis-it-possible-to-add-filter-sort-and-group-to-tablepersocontroller-in-sapui5%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Table personalization is used for setting which columns in a table are shown. P13n can also be used.
    See the external Fiori design guidelines for an explanation of when to use these controls:
    https://experience.sap.com/fiori-design-web/overview-table-personalization/



    Table Personalization is intended to allow the user to set the displayed/hidden columns. This is not intended for filters and sorting.
    ViewSettings can be used to set filters, sort and group criteria.
    P13n dialog allows tables with more than 20 columns to be personalized, for the ALV display and for complex queries.



    The FilterBar/SmartFilterBar allows complicated queries to be specified:
    https://experience.sap.com/fiori-design-web/filter-bar/ describes the use of a FilterBar.
    (SmartFilterBar uses the OData Service to describe the fields used in the FilterBar.



    Persistence of the settings is done with the launchpad, known as shellservices.






    share|improve this answer




























      0














      Table personalization is used for setting which columns in a table are shown. P13n can also be used.
      See the external Fiori design guidelines for an explanation of when to use these controls:
      https://experience.sap.com/fiori-design-web/overview-table-personalization/



      Table Personalization is intended to allow the user to set the displayed/hidden columns. This is not intended for filters and sorting.
      ViewSettings can be used to set filters, sort and group criteria.
      P13n dialog allows tables with more than 20 columns to be personalized, for the ALV display and for complex queries.



      The FilterBar/SmartFilterBar allows complicated queries to be specified:
      https://experience.sap.com/fiori-design-web/filter-bar/ describes the use of a FilterBar.
      (SmartFilterBar uses the OData Service to describe the fields used in the FilterBar.



      Persistence of the settings is done with the launchpad, known as shellservices.






      share|improve this answer


























        0












        0








        0







        Table personalization is used for setting which columns in a table are shown. P13n can also be used.
        See the external Fiori design guidelines for an explanation of when to use these controls:
        https://experience.sap.com/fiori-design-web/overview-table-personalization/



        Table Personalization is intended to allow the user to set the displayed/hidden columns. This is not intended for filters and sorting.
        ViewSettings can be used to set filters, sort and group criteria.
        P13n dialog allows tables with more than 20 columns to be personalized, for the ALV display and for complex queries.



        The FilterBar/SmartFilterBar allows complicated queries to be specified:
        https://experience.sap.com/fiori-design-web/filter-bar/ describes the use of a FilterBar.
        (SmartFilterBar uses the OData Service to describe the fields used in the FilterBar.



        Persistence of the settings is done with the launchpad, known as shellservices.






        share|improve this answer













        Table personalization is used for setting which columns in a table are shown. P13n can also be used.
        See the external Fiori design guidelines for an explanation of when to use these controls:
        https://experience.sap.com/fiori-design-web/overview-table-personalization/



        Table Personalization is intended to allow the user to set the displayed/hidden columns. This is not intended for filters and sorting.
        ViewSettings can be used to set filters, sort and group criteria.
        P13n dialog allows tables with more than 20 columns to be personalized, for the ALV display and for complex queries.



        The FilterBar/SmartFilterBar allows complicated queries to be specified:
        https://experience.sap.com/fiori-design-web/filter-bar/ describes the use of a FilterBar.
        (SmartFilterBar uses the OData Service to describe the fields used in the FilterBar.



        Persistence of the settings is done with the launchpad, known as shellservices.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Oct 22 '18 at 14:35









        SAP Fiori CrewSAP Fiori Crew

        916136




        916136






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52781548%2fis-it-possible-to-add-filter-sort-and-group-to-tablepersocontroller-in-sapui5%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Xamarin.iOS Cant Deploy on Iphone

            Glorious Revolution

            Dulmage-Mendelsohn matrix decomposition in Python