|
391 | 391 | </div>
|
392 | 392 | </div>
|
393 | 393 |
|
| 394 | +<div class="container bd-gutter masthead-followup mb-5"> |
| 395 | + <div class="col-lg-7 mb-4 mx-auto text-md-center"> |
| 396 | + <h2 class="mb-3 fw-semibold lh-sm">Grid Component</h2> |
| 397 | + </div> |
| 398 | + |
| 399 | + <div class="row g-3 mt-5"> |
| 400 | + <div class="col-sm-4 mb-2"> |
| 401 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_Alignment_Documentation"> |
| 402 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.Justify" class="me-2" /> Alignment </h4> |
| 403 | + </a> |
| 404 | + </div> |
| 405 | + <div class="col-sm-4 mb-2"> |
| 406 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_CustomCSSClass_Documentation"> |
| 407 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.FileTypeCss" class="me-2" /> Custom CSS Class </h4> |
| 408 | + </a> |
| 409 | + </div> |
| 410 | + <div class="col-sm-4 mb-2"> |
| 411 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_DataBinding_Documentation"> |
| 412 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.GridFill" class="me-2" /> Data Binding </h4> |
| 413 | + </a> |
| 414 | + </div> |
| 415 | + <div class="col-sm-4 mb-2"> |
| 416 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_DetailView_Documentation"> |
| 417 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.ListNested" class="me-2" /> Detail View </h4> |
| 418 | + </a> |
| 419 | + </div> |
| 420 | + <div class="col-sm-4 mb-2"> |
| 421 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_Events_Documentation"> |
| 422 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.LightningChargeFill" class="me-2" /> Events </h4> |
| 423 | + </a> |
| 424 | + </div> |
| 425 | + <div class="col-sm-4 mb-2"> |
| 426 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_Filters_Documentation"> |
| 427 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.FunnelFill" class="me-2" /> Filters </h4> |
| 428 | + </a> |
| 429 | + </div> |
| 430 | + <div class="col-sm-4 mb-2"> |
| 431 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_FixedHeader_Documentation"> |
| 432 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.Table" class="me-2" /> Fixed Header </h4> |
| 433 | + </a> |
| 434 | + </div> |
| 435 | + <div class="col-sm-4 mb-2"> |
| 436 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_FreezeColumns_Documentation"> |
| 437 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.LayoutThreeColumns" class="me-2" /> Freeze Columns </h4> |
| 438 | + </a> |
| 439 | + </div> |
| 440 | + <div class="col-sm-4 mb-2"> |
| 441 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_Settings_Documentation"> |
| 442 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.GearFill" class="me-2" /> Grid Settings </h4> |
| 443 | + </a> |
| 444 | + </div> |
| 445 | + <div class="col-sm-4 mb-2"> |
| 446 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_NestedGrid_Documentation"> |
| 447 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.Pip" class="me-2" /> Nested Grid </h4> |
| 448 | + </a> |
| 449 | + </div> |
| 450 | + <div class="col-sm-4 mb-2"> |
| 451 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_Paging_Documentation"> |
| 452 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.ChevronBarRight" class="me-2" /> Paging </h4> |
| 453 | + </a> |
| 454 | + </div> |
| 455 | + <div class="col-sm-4 mb-2"> |
| 456 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_Selection_Documentation"> |
| 457 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.CheckSquareFill" class="me-2" /> Selection </h4> |
| 458 | + </a> |
| 459 | + </div> |
| 460 | + <div class="col-sm-4 mb-2"> |
| 461 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_Sorting_Documentation"> |
| 462 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.ArrowDownUp" class="me-2" /> Sorting </h4> |
| 463 | + </a> |
| 464 | + </div> |
| 465 | + <div class="col-sm-4 mb-2"> |
| 466 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_Summary_Documentation"> |
| 467 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.Calculator" class="me-2" /> Summary </h4> |
| 468 | + </a> |
| 469 | + </div> |
| 470 | + <div class="col-sm-4 mb-2"> |
| 471 | + <a class="d-block pe-lg-4 text-decoration-none lh-sm" href="@RouteConstants.Demos_Grid_Translations_Documentation"> |
| 472 | + <h4 class="mb-0 fs-5 fw-semibold"><Icon Name="IconName.Translate" class="me-2" /> Translations </h4> |
| 473 | + </a> |
| 474 | + </div> |
| 475 | + </div> |
| 476 | +</div> |
| 477 | + |
394 | 478 | <div class="container bd-gutter masthead-followup">
|
395 | 479 | <div class="col-lg-7 mb-4 mx-auto text-md-center">
|
396 | 480 | <h2 class="mb-3 fw-semibold lh-sm">Utilities</h2>
|
|
0 commit comments