Home

Awesome

Ext JS PDF Grid Exporter Sample

This is a sample application which shows how to export the data from a Grid to PDF using the pdfmake library.

Version History

Author

Blog

Dependencies to compile

Wait, I just want to see how this app looks without compiling

Steps to install and run this application

  1. Ensure your Sencha Cmd version installed is greater than 6.1.2+
  2. Ensure that the exporter plugin is installed in your workspace/packages/local/exporter directory.
  3. Generate a new project via: sencha -sdk /path/to/ext6 generate app GridExportPdf workspace/GridExportPdf
  4. Copy the content of the src folder in this report to the newly created project
  5. Run the following command in the directory of this application: sencha app watch
  6. Load the page in your browser: http://localhost:1841/GridExportPdf

Troubleshooting Tips

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.