Crud Elite > Getting Started

Crud Elite

Getting Started

Action Column

Hide action column

Add buttons to action column

Table functions

Default sorting

“Show 10 records” drop-down

The “Search…” placeholder

Exported file

Columns ordering

Custom content in a column

Confirm delete popup

Common issues

Edit auratheme.table.js

Other

Clone for another table

How it works

Read data for the table

What is Crud?

CRUD stands for Create, Read, Update, and Delete. It represents the four basic operations that can be performed on data in a database or a data-driven application. Here's a brief overview of each operation:

  1. Create: This operation allows you to add new data or records to the database. For example, adding a new client to a client table.
  2. Read: This operation retrieves or reads data from the database. It allows you to query existing records. For example, fetching the details of a specific client.
  3. Update: This operation modifies or updates existing data in the database. For example, changing the email address of a client.
  4. Delete: This operation removes data from the database. For example, deleting a client from the client table.

Crud Elite feature list

Live demo

http://auratheme-001-site6.ftempurl.com/

Full source code

https://auratheme.gumroad.com/l/crud-asp-net-core-mvc?layout=profile

Documentation

Getting Started