Table with x editable and pagination
Table with x editable and pagination
gmisterk
Posts: 4Questions: 2Answers: 0
Hi all
I use table with x editable and all works fine. But when I browser to next page my editable input dont show the value. Input is empty.
Must I Initialize m'y input each time I change the page ?
Si why Its work for the first page and not for Other ?
Thanks for your Help
This discussion has been closed.
Replies
Hi @gmisterk ,
Would you be able to provide a live example so we can look at the code?
Cheers,
Colin
A perfect match for this FAQ .
Allan
Hi allan,
I've read the faq and this example don't help me :
Here is my code
I initilize my editor input like this :
?
initialisation work fine for the first page but not for others
I have tried this but without success ::
When i go to the second page, I have seen that this line
give me only elements of the first page
Thanks for any help
Hi @gmisterk ,
I guess it depends on how the element on the first page get assigned the "frominscrmemo" class. You would need to give that class to the other pages as they're drawn.
I knocked out this example for another thread post recently - it highlights matching rows on the current page. It's not the same as yours, but the logic may give you some clues as which way to go.
Hope that helps,
Cheers,
Colin