Help & Support
Elevate Your Agents with AgentExchange Solutions
Easily enhance Agentforce with pre-built AI solutions from AgentExchange. Browse, install, and deploy agents, actions, and apps directly into your environment. Tell Me More
Have Questions?
Softsquare - Lightning DataTable Dev
DataTable/Grid component for Lightning developers
- Business Need
- Data Visualization
- Requires
- Sales CloudService CloudB2B Commerce
Lightning DataTable Dev is a Lightning Component intended for Lightning developers to let them display data in a table/grid with the following features. * Searching * Sorting * Pagination * Selectable rows * Table Level Actions * Row Level Actions
Rating
Reputation
MVP
Recognized by Salesforce for their leadership, expertise, and generosity
Top Reviewer
Contribute reviews that encourage conversation and help others make informed decisions
Ranger
Lifelong learners who have earned the Ranger rank or higher on Trailhead
Showing 10 of 49 Reviews
How to use this component in lwc?
I installed this package but cannot find how to use this component on my custom modal. I tried this code bu it did not work at all <c-lookup-lwc object-type="User" label="Owner"> </c-lookup-lwc>
Please access our Developer Guide via this URL: https://appexchange.salesforce.com/partners/servlet/servlet.FileDownload?file=00P3A00000fSqEdUAK. We have a sample code to demonstrate how embed our Lightning DataTable Dev components within another component. If the issue still persists, please send email to vigneshm@softsquare.biz. We are more than happy to help guide you towards proper resolution.
Change Pagination Values
Features like search and pagination are great features and they don't need to code additionally. We would like to change the numbers in the pagination dropdown to show different values instead of standard values like (10,25,50). It would be really best if there any option to configure those values.
Is it possible to configure it so it DOES go back to the Apex controller on Next Page?
I just installed this, hoping for a mostly drop-in pagination solution. I saw that some reviewers liked that it doesn't call back to Apex on Next Page, but is it possible to configure it to do exactly that? For certain cases my dataset is too large and times out so strictly front-end pagination won't help me.
Inline Editing ?
Hi Praveen or Someone! Currently, we are you using your product. Could you please let us know how to implement Inline editing option to update the records please ? We would like to update multiple rows as well as multiple fields with in the same row. It's quite urgent. Appreciate your help. Thanks.
Could you pls add a scrolling feature?
Displays a specific number of rows in the datatable and allows the user to scroll through the rest instead of clicking on the next page.
A flexible and powerful FREE component
Salesforce's own Lightning datatable component provides the ability to display a grid of data in a custom lightning component, and while it has been improving, I still rely on Lighting DataTable Dev because it is superior in feature set. I particularly like that it is simple to configure in code, offers searching, sorting, and pagination without requiring round trips to the Apex controller. The development team is also very responsive to email inquiries about how to use the product, and is open to feedback for improvement. The product also has documentation, which is quite good as it guides you in implementing the features using "workshop" approach instead of just providing a reference. The only negative I have experienced is that the documentation has a few mistakes and gaps that require correction, but the development team was quick to respond to my questions regarding the gaps.
Excellent Lightning Data Table Component But...
Thanks a lot for this excellent , powerful and flexible component. I'm trying to use the enableCellClickEvt handler by using the below code : But it's not working becaude the Named component ldt:enableCellClickEvt does not exist ! Could please tell me how to handle a Cell Click Event ? Thank you!
Praveen P
10/04/2019
Hi Brice, We have exposed an event for cell click to which your component needs to subscribe to handle it. Below is how you need to specify the handler: We will update the docs to reflect the same asap. Thanks, Praveen
Question: Can it work with complex data ?
Hi We have a requirement where each cell contains complex data -- like a data object. Can we make this component work for that and can we sort columns by a specific key in that case?
Not able to approve or reject cpq approvals by using ldt tag to display table on mobile devices
Hi All, we are not able to approve/Reject CPQ approvals from mobile devices. we are able to approve/reject those quote from classic and lightning systems (salesforce). Steps to reproduce this issue: 1. Download Salesforce simulator 2. Open Tab "CPQ Approvals" 3. Try to click on "Approve" button 4. You will get below error and not able to approve. Attached screenshot for more details. Error: Uncaught ReferenceError: QueryString is not defined throws at https://ptc--dev--c.cs97.visual.force.com/jslibrary/1539646802000/sfdc/AuraAlohaFrameNavigator.js:6:391 5. we are able to approve this in salesforce classic and lightning. we have displayed that table by using ldt tag. Thanks, Rahul
Praveen P
11/08/2018
Hi Rahul, could you please reach out to me at "praveen@softsquare.biz" to investigate this issue further?
Great solution and only solution that works on Salesforce1
As per Salesforce documentation, datatables are not supported on mobile. This solution works perfectly on Salesforce 1 (ipad/iphone/samsung phones). It works flawlessly with good performance
I read documentation provided but didn't find any reference regarding how to implement this in LWC. Could you please help?