Update frappe/public/js/frappe/form/controls/table.js
Co-Authored-By: Shivam Mishra <scmmishra@users.noreply.github.com>
This commit is contained in:
parent
570fd44248
commit
91d0ea010a
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ frappe.ui.form.ControlTable = frappe.ui.form.Control.extend({
|
|||
if (data.length === 1 & data[0].length === 1) return;
|
||||
if (data.length > 100){
|
||||
data = data.slice(0, 100);
|
||||
frappe.msgprint(__('for performance, only the first 100 rows processed!'));
|
||||
frappe.msgprint(__('For performance, only the first 100 rows were processed.'));
|
||||
}
|
||||
var fieldnames = [];
|
||||
var get_field = function(name_or_label){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue