Erik Billerby
Erik Billerby
Having the same issue since a while back. Which version of vuetify are you on?
Well this is fixed in #23 you have to provide a container to make it work on modals.
No actually the problem here lies in that the customer needs to enter a lot of text, and alfresco from version 4.2.something made a restriction to 1024 characters for a...
The reason is that the class @tullo mentions above only exports stuff in the datalist-namespace, so you have to subclass this and add your type to this filtering as well....
Well at first I would try to remove that if-statement and see what happens.
The dataTable.addRow adds the new row to the end of the recordset, which means that if there are more pages than one in the resultset the adding wont show. One...
Ok, tried it out, first I had to add the packagename and priority to the addLogger function for it to run without exception. Then I got the same failure as...