Skip to content

Category: Questions

How to get the sum of values for inputs Tags that change dynamically (number of inputs change dynamically according to number of days in a month)? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question I’m trying to calculate the sum of values inputted (the number of inputs change dynamic…

How to perform own action on F5 key press in UI5?

I don’t know how to replace the F5 key action in SAPUI5. I have a button “Refresh” which is reloading my business data in the UI and made some kind of manipulation before showing it on the view. I want to catch the F5-press so that my method to refresh can be called. Answer Just add an event…

Socket.io – limit connections per IP address

Is there a way to limit the number of connections to a socket.io server from the same IP address? For example, I could set the limit to 3, and then when someone opened 4 tabs to join the server, three of them would connect and the fourth or any after wouldn’t get connected. I’m not trying to cap t…

Displaying the data issue on search and filtering in react

I have created dummy users data and displayed it in the table format. It contains search and filtering of the data(should consider the entire data set not based on the current page data). Disabled pagination on displaying the filtering/search results. Here search, filtering function works fine on the 1st page…