Add new row in the table
i´d like to add a new line in the table. By pressing a button or else.
witch is the best way to do ?
witch is the best way to do ?
Philipp
August 18,
<script>
function new_row()
{
obj.setRowProperty("count", obj.getRowProperty("count") + 1);
myData[myData.length] = ["", "", ... ,""];
obj.refresh();
}
</script>
<a href="javascript:new_row()">New Row</a>
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021