Vue.js Data Grid Getting Started With AG Grid

Поделиться
HTML-код
  • Опубликовано: 10 янв 2025

Комментарии • 10

  • @brandontx
    @brandontx 8 месяцев назад +1

    "See how the grid and hellpppp youu" lol, loved this documentation!

  • @iamkonick
    @iamkonick 2 года назад

    Can you turn of the toggle button in nested rows?

  • @dostonmamadaminov2987
    @dostonmamadaminov2987 2 года назад

    I like it! I need an example to download the data from the backend to excel. Is it possible to place two rows on one column? For example {a: [{b: [data1], {c: [data2]}.

  • @kishorem.t6839
    @kishorem.t6839 Год назад

    Alpine theme not applying in production environment, it is failing to load the alpine font..may i know the solution for this issue

    • @maxscheel6083
      @maxscheel6083 Год назад

      just cut the /dist. out. "ag-grid-community/styles..."

  • @thomasventura6412
    @thomasventura6412 Год назад

    Hey everyone - How do I do this if its not directly within my App.vue - i have it on a different page and ive basically put this code in but it doesn't seem to run



    import { AgGridVue } from "ag-grid-vue3";
    export default {
    name: "GridData",
    components: {
    AgGridVue,
    },
    setup() {
    return {
    columnDefs: [
    { field: "Name" },
    { field: "Language" },
    { field: "Country" },
    ],
    rowData: [
    {
    Name: "Ventura",
    Language: "English",
    Country: "USA",
    },
    ],
    };
    },
    };

  • @ceolter
    @ceolter 2 года назад

    Very good, thank you.

  • @shirelleyxxx4683
    @shirelleyxxx4683 2 года назад

    有没有源码

  • @aristotlemakamure541
    @aristotlemakamure541 2 года назад +2

    You too fast in your tutorial
    but great

    • @agGrid
      @agGrid  2 года назад

      Thanks for the feedback.