Hi Michael,
Thank you for your reply.
I continued to investigate late yesterday and found a workaround in order to fill-in better/faster the fields of my db table into ur_table.
Finally, I made it with very acceptable performance: a FOR loop in a function node and using node.send(msg); with the mapped data to the table fields.
My conclusion is that the ur_table is a good start to be used, but I could see the limitations compared to ui_table.
I wonder if there is a plan to add more features to the ur_table or to port ui_table -> ur_table in a near future ?
I discovered the unified-red project few days ago, this is frankly awesome for many reasons : bootstrap, angular, and more over the navigation capabilities, the look & feel that renders a beautiful and professional webapp,... Thanks a lot for the work done !
Unfortunately I feel I will not use it now, or perhaps by embedding ui_table with iframe. Or maybe by using ur_template, but I didn't find how I could create a custom table like it could be done with mustache (ui_template). Is there a way to create and add data to a custom table via an ur_template ?
Kind Regards,