Announcement

Collapse
No announcement yet.

Browsing List Back + Forward / Showing Entry X of Y

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Browsing List Back + Forward / Showing Entry X of Y

    I'd lik to have a way to browse through list (for example filtered contacs) with a back and forward button. Also showing entry X of Y. See screenshot for example.


  • #2
    Pagination for list view is already implemented in frontend. Just need to make some changes in js source to make it to work.

    But we don't want to make it in realease.

    Comment


    • #3
      Great thanks! At least I know it's comming. Good for now.

      Comment


      • #4
        Hi

        Maybe you understood me not right. We don't wan't to make this feature available in EspoCRM. You need to do some customizations to enable it. Since code is mostly written it's not difficult.

        Comment


        • #5
          in client/scr/views/record/list.js

          change false to needed option, to do this search this:

          /**
          * @param {string} or {bool} ['both', 'top', 'bottom', false, true] Where to display paginations.
          */
          pagination: 'both',

          Comment

          Working...
          X