Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Ext JS Data-driven Application Design

You're reading from   Ext JS Data-driven Application Design Learn how to build a user-friendly database in Ext JS using data from an existing database with this step-by-step tutorial. Takes you from first principles right through to implementation.

Arrow left icon
Product type Paperback
Published in Dec 2013
Publisher Packt
ISBN-13 9781782165446
Length 162 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Kazuhiro Kotsutsumi Kazuhiro Kotsutsumi
Author Profile Icon Kazuhiro Kotsutsumi
Kazuhiro Kotsutsumi
Arrow right icon
View More author details
Toc

Chapter 4. List and Search

In previous chapters we looked at preparing the data structure and the basic Ext JS architecture, and in Chapter 3, Data Input, we looked at inputting data. However, we couldn't implement the writing of the data from the Quotation form. This was because we couldn't judge whether it was a new addition or an editing process due to listing being non-existent.

When you actually construct an application, it is probably most common to build the list first and then create the form. However, this time we learned to read the form first and then save it. So, just choose whichever way you find easier to build with.

This chapter is mainly about displaying data that was read in the previous chapter. However, users will no doubt want to search for data, so we will also learn about data searches.

In this chapter you will learn how to:

  • Get data from the database

  • Apply the acquired data to the store

  • Connect the store and the grid

  • Read data to fields

  • Search the list

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image