Overview
An editable grid that easily display up to 5,000 rows of editable record data at a time, without needing pagination or experiencing lag. Data is displayed in a flexible and modern interface, equipped with features such as drag & drop columns, column sorting and filtering, manually adjustable column sizes, freezable columns, and many others.
End user abilities include:
Key Features & Functionality
Hi Shahid!Do the queried values in columns B, C, and D depend on the queried value of A? For example, column A is a field containing an ID of a related record (like a foreign key) and B, C, and D are fields of that related record?
Ankit Tewari Hi Ankit! Looks like you are missing the colWidth parameter in your checkboxcolconfig(). Sorry for any confusion, this new parameter is part of a new feature in version 2 that was released about a month ago. Let me know if that doesn't resolve the error please.
Hi Alex King i am facing one issue, suppose we have 4 columns on grid A,B,C & D.
my expectations: when i am updating values for column A, i want to change values for B,C & D too. But it is not happening on UI.
Data source variable value is changing because i've written code to update values for B,C & D in rowsSaveInto.
The checkboxcolconfig is throwing error. Can you Please check this screen shot error message and let me know if I am doing any mistake.
Hi, can we create columns with hyperlink?
Any luck with using a map?
Hi Shahid, happy to hear that! Enabling/disabling sorting is not currently a feature for each column. I can let you know if anything changes. Thanks.
Thanks Alex King it worked, just wanted to know if we can enable or disable sorting for specific columns?
Hello Shahid! Yes, that should work.
Hi Alex King can we use list of map as its data source for property rowsValue?