Home › Forums › Voip Optimisation › Custom Features › Reply To: Custom Features
Hello Mark,
For #11573 :
1) When use login to portal the system checkes user authentication on API and laravel side so it is taking time to login.
2) I changed the download button’s position and design for all numbers tab. I will make that change for other tabs.
3) I removed the id column from xlxs file and changed column name “Vendor name” to “Network”.
4) I changed the text and button colour on activation popup.
5) I checked it and it works fine. Could you please provifr video for this issue ?
6) This task is under process.
For #11577:
This process of adding data will work if we load whole data at a time on first load of page. For example for user “Great Number inc” has total 315 Active numbers. So we have to load all 315 numbers data at a time and store it into session. This process will take to much time to load data on first time.
Another option is we can save data of first page data into session and then we can use it as the first page.
For xlsx file :
I think i asked this question before.
The user could download only searched data into xlsx file, Am i right?