Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Table Items Per Page Select


when the item Per Page 10 the dropdown actions open when I click on
but when I select item Per Page 25 the dropdown actions not open after the item 10
from 11 to etc its not open .

Metronic
Vue demo 8 version 8.1.6
node v18.14.1
npm 9.6.0


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


Hi,

Thank you for your feedback.

We reproduced this issue and will include a fix in the next releases. For now, as a temporary solution, you can reinitialize menu components inside @on-items-per-page-change event.

Add an event handler to your component and in the handler function reinitialize menu component.

@on-items-per-page-change="onItemsPerPageChange"


const onItemsPerPageChange = () => {
setTimeout(() => {
MenuComponent.reinitialization();
}, 0);
};


Regards,
Lauris Stepanovs,
Keenthemes Support Team



what is this &gt
I think incorrect syntax !
sorry , please more explain .
And when will the new version be released ?



Hi,

Sorry, this is a mistake in our code highlighter. It's supposed to be a javascript arrow function.

You can find an updated code in this gist file.

We are planning to release Metronic v8.1.9 this week.

Regards,
Lauris Stepanovs,
Keenthemes Support Team


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(