In a recent blog post, I gave an example of how the DataTables API can be used to enhance your table. In that example, the code triggered on page load, but often you'll want to trigger an action based on a user action.
Custom buttons provide a control, styled like the other buttons for your table, that can trigger your code when pressed. This simple example triggers the selection of the "London" rows in the table, but the ability to run your own function means the table can be more fully integrated with other components on your site.
If you like to follow along with a video, see below, otherwise, keep reading!
With SaaS (Software as a Service) solutions, your data is stored somewhere out there in the cloud. Some people love this, as it gives freedom from the underlying architecture - you don't need to worry about backups, system updates, or even your whereabouts, that data will always be available.
This freedom though does have a cost, and that is lack of ownership of your data. If your data is super-sensitive, you may not want that data outside of your premises and outside of your total control.
For that reason, CloudTables can be installed locally, what we refer to as a self-hosted installation. You'll get the same UI, the same experience, but you control the data and the configuration.
In this post, and its accompanying video, I'll show how to install CloudTables on your own server.
In this blog post I'll demonstrate how quick and easy it is to securely embed a CloudTable into your Node.js application with the CloudTables API for Node.js. We also have a video showing how to do this if you prefer to follow along with a video.
This blog is a transcription of the Embedding - .NET video. We hope that this written version will help our non-English speaking users follow along and also those of you who prefer written instructions!
This blog is a transcription of the "How Easy Was That" video introduced in an earlier blog post. We hope that this written version will help our non-English speaking users follow along and also those of you who prefer written instructions!
In our latest release of CloudTables we've zeroed in on the table control Buttons, adding a lot more flexibility and control over them. Customization of the table so it fits your application is fundamental to how CloudTables operates, and with this update we've added:
In the following example you'll note that we have three button's shown at the top of the table:
In my last blog post, I gave an example of how the DataTables API can be used to extract data from a CloudTable, and then use that data for summing information and filtering. That approach works well if the data set is small, but if there are many records, it may be easier for your users if that data is contained within a DataTable.
Office | Total On All Pages | Total On Current Page |
---|
In an earlier blog post, I gave examples of how the DataTables and Editor APIs can be used to enhance a CloudTable. This blog post takes that further, describing a method to summarize data from the table is the form of summations.